diff --git a/Camera-Example/Podfile b/Camera-Example/Podfile index 77bff6f..1cbb3f2 100644 --- a/Camera-Example/Podfile +++ b/Camera-Example/Podfile @@ -2,6 +2,6 @@ use_frameworks! target "camera-example" do -pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec' +pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec' end diff --git a/Camera-Example/Podfile.lock b/Camera-Example/Podfile.lock index 06a3b24..f85ade4 100644 --- a/Camera-Example/Podfile.lock +++ b/Camera-Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - Giphy (2.2.0): + - Giphy (2.2.1): - libwebp - libwebp (1.2.3): - libwebp/demux (= 1.2.3) @@ -12,7 +12,7 @@ PODS: - libwebp/webp (1.2.3) DEPENDENCIES: - - Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec`) + - Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec`) SPEC REPOS: trunk: @@ -20,12 +20,12 @@ SPEC REPOS: EXTERNAL SOURCES: Giphy: - :podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec + :podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec SPEC CHECKSUMS: - Giphy: bbd46655281f9850dc43725a2bc82c0d1fca8bf1 + Giphy: cdfd21712d85750188dd7c9ae782d2641766f4a5 libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c -PODFILE CHECKSUM: 55c77c33efeaf220e62b6682353f899e43461e8a +PODFILE CHECKSUM: 7bd098e8939869b5abb8bcd3ea0f84c549ec295b COCOAPODS: 1.11.2 diff --git a/GiphyUISDK.xcframework/Info.plist b/GiphyUISDK.xcframework/Info.plist index c70a13c..eda82a4 100644 --- a/GiphyUISDK.xcframework/Info.plist +++ b/GiphyUISDK.xcframework/Info.plist @@ -6,34 +6,34 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath GiphyUISDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-maccatalyst + ios-arm64 LibraryPath GiphyUISDK.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - maccatalyst LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64_x86_64-maccatalyst LibraryPath GiphyUISDK.framework SupportedArchitectures @@ -44,7 +44,7 @@ SupportedPlatform ios SupportedPlatformVariant - simulator + maccatalyst CFBundlePackageType diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/GiphyUISDK b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/GiphyUISDK index d6d082f..9562d88 100755 Binary files a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/GiphyUISDK and b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/GiphyUISDK differ diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h index 8564dd1..d3936d1 100644 --- a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h +++ b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h @@ -1,4 +1,6 @@ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef GIPHYUISDK_SWIFT_H #define GIPHYUISDK_SWIFT_H #pragma clang diagnostic push @@ -21,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -181,14 +192,45 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; @@ -196,6 +238,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #import +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -203,6 +246,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -211,6 +255,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSString; SWIFT_CLASS("_TtC10GiphyUISDK12CallToAction") @@ -242,7 +287,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) Class _Nonnull layer - (void)layoutSubviews; @end -@class NSNumber; @class GPHRequestConfig; @class NSURLResponse; @class NSOperation; @@ -329,7 +373,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GPHCache * _ /// Removes all objects from the cache. This method blocks the calling thread until the cache has been cleared. /// Uses a semaphore to achieve synchronicity on the disk cache. - (void)clear; -/// Convenient method that can be used to retrive a gif asset. It will return the caches asset if available or perform the network. /// \param urlString The url of the asset. /// /// \param completion A closure that provide a NSData or an Error. @@ -766,7 +809,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK9GPHImages") /// Represents Giphy APIs Supported Languages typedef SWIFT_ENUM(NSInteger, GPHLanguageType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// English (en) GPHLanguageTypeEnglish = 0, /// Spanish (es) @@ -1047,17 +1089,10 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHMedia") SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaCell") @interface GPHMediaCell : UICollectionViewCell - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, getter=isHighlighted) BOOL highlighted; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; - (void)prepareForReuse; @end -@class UIGestureRecognizer; - -@interface GPHMediaCell (SWIFT_EXTENSION(GiphyUISDK)) -- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; -@end - /// Represents a Giphy Media Response (single result) SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") @@ -1081,7 +1116,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") /// Represents a Giphy Object Type (GIF/Sticker/…) typedef SWIFT_ENUM(NSInteger, GPHMediaType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Gif Media Type GPHMediaTypeGif = 0, /// Sticker Media Type @@ -1209,7 +1243,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK18GPHPingbacksClient") /// Represents content rating (y,g, pg, pg-13 or r) typedef SWIFT_ENUM(NSInteger, GPHRatingType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// Rated Y GPHRatingTypeRatedY = 0, /// Rated G @@ -1240,7 +1273,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK10GPHRecents") /// Represents a Giphy Rendition Type (Original/Preview/…) typedef SWIFT_ENUM(NSInteger, GPHRenditionType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Original file size and file dimensions. Good for desktop use. GPHRenditionTypeOriginal = 0, /// Preview image for original. @@ -1388,7 +1420,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHTheme") @interface GPHTheme : NSObject - (nonnull instancetype)initWithType:(enum GPHThemeType)type; @property (nonatomic) enum GPHThemeType type; -@property (nonatomic, readonly) UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; +@property (nonatomic, readonly) enum UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientTopColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientBottomColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerSeparatorColor; @@ -1806,13 +1838,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end -@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - - @interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didScrollWithOffset:(CGFloat)offset; - (void)contentDidUpdateWithResultCount:(NSInteger)resultCount error:(NSError * _Nullable)error; @@ -1821,6 +1846,13 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end +@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + SWIFT_CLASS("_TtC10GiphyUISDK14GiphyPingbacks") @interface GiphyPingbacks : NSObject @@ -1857,20 +1889,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK21GiphySearchController") + @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didChooseMediaWithMedia:(GPHMedia * _Nonnull)media; @end - @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)didTapUsername:(NSString * _Nonnull)username; -- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; +- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; @end @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; +- (void)didTapUsername:(NSString * _Nonnull)username; +- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; @end @@ -1962,8 +1994,15 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif + +#else +#error unsupported Swift architecture +#endif diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Info.plist b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Info.plist index 405917c..26bbf9c 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Info.plist and b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Info.plist differ diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.abi.json b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000..0bf685f --- /dev/null +++ b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,67466 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHThemeType", + "printedName": "GPHThemeType", + "children": [ + { + "kind": "Var", + "name": "dark", + "printedName": "dark", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDark", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO4darkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "light", + "printedName": "light", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLight", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO5lightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "lightBlur", + "printedName": "lightBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLightBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9lightBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "darkBlur", + "printedName": "darkBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDarkBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8darkBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeAutomatic", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9automaticyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHThemeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTheme", + "printedName": "GPHTheme", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)initWithType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAcA0C4TypeO_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)setType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerScrollIndicatorStyle", + "printedName": "emojiDrawerScrollIndicatorStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientTopColor", + "printedName": "emojiDrawerGradientTopColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientBottomColor", + "printedName": "emojiDrawerGradientBottomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerSeparatorColor", + "printedName": "emojiDrawerSeparatorColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarActiveBackgroundColor", + "printedName": "searchBarActiveBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarBackgroundColor", + "printedName": "searchBarBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellBackgroundColor", + "printedName": "suggestionCellBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellTextColor", + "printedName": "suggestionCellTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderTextColor", + "printedName": "placeholderTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldTextColor", + "printedName": "textFieldTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonColor", + "printedName": "selectButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonTextColor", + "printedName": "selectButtonTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarPadding", + "printedName": "searchBarPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarCornerRadius", + "printedName": "searchBarCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cellCornerRadius", + "printedName": "cellCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldFont", + "printedName": "textFieldFont", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColorForLoadingCells", + "printedName": "backgroundColorForLoadingCells", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "showSuggestionsBar", + "printedName": "showSuggestionsBar", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "buttonIcon", + "printedName": "buttonIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchButtonColor", + "printedName": "searchButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "keyboardAppearance", + "printedName": "keyboardAppearance", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderColor", + "printedName": "placeholderColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColor", + "printedName": "backgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textColor", + "printedName": "textColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "handleBarColor", + "printedName": "handleBarColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gridDimColor", + "printedName": "gridDimColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarSwitchSelectedColor", + "printedName": "tabBarSwitchSelectedColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarBackgroundAlpha", + "printedName": "tabBarBackgroundAlpha", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stickerBackgroundColor", + "printedName": "stickerBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "blurStyle", + "printedName": "blurStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)init", + "mangledName": "$s10GiphyUISDK8GPHThemeCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme", + "mangledName": "$s10GiphyUISDK8GPHThemeC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHNetworkReachability", + "printedName": "GPHNetworkReachability", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHNetworkReachability", + "printedName": "GiphyUISDK.GPHNetworkReachability", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isReachable", + "printedName": "isReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFileExtension", + "printedName": "GPHFileExtension", + "children": [ + { + "kind": "Var", + "name": "mp4", + "printedName": "mp4", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionMp4", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3mp4yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionGif", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "webp", + "printedName": "webp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionWebp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO4webpyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHFileExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMedia", + "printedName": "GPHMedia", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caption", + "printedName": "caption", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexable", + "printedName": "indexable", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyUrl", + "printedName": "bitlyUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyGifUrl", + "printedName": "bitlyGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "embedUrl", + "printedName": "embedUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourceTld", + "printedName": "sourceTld", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourcePostUrl", + "printedName": "sourcePostUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "images", + "printedName": "images", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredTags", + "printedName": "featuredTags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "importDate", + "printedName": "importDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "createDate", + "printedName": "createDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "updateDate", + "printedName": "updateDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingDate", + "printedName": "trendingDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isDynamic", + "printedName": "isDynamic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variationCount", + "printedName": "variationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analytics", + "printedName": "analytics", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analyticsResponsePayload", + "printedName": "analyticsResponsePayload", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animatedTextStyle", + "printedName": "animatedTextStyle", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHidden", + "printedName": "isHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRemoved", + "printedName": "isRemoved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isCommunity", + "printedName": "isCommunity", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnonymous", + "printedName": "isAnonymous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFeatured", + "printedName": "isFeatured", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRealtime", + "printedName": "isRealtime", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isIndexable", + "printedName": "isIndexable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isSticker", + "printedName": "isSticker", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasAttribution", + "printedName": "hasAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "callToAction", + "printedName": "callToAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:type:url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init:type:url:", + "mangledName": "$s10GiphyUISDK8GPHMediaC_4type3urlACSS_AA0C4TypeOSStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHMediaC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init", + "mangledName": "$s10GiphyUISDK8GPHMediaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "url", + "printedName": "url(rendition:fileType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)urlWithRendition:fileType:", + "mangledName": "$s10GiphyUISDK8GPHMediaC3url9rendition8fileTypeSSSgAA012GPHRenditionG0O_AA16GPHFileExtensionOtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "aspectRatio", + "printedName": "aspectRatio", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isVideo", + "printedName": "isVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "RawDocComment", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDetailURL", + "printedName": "videoDetailURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smallVideoAssetURL", + "printedName": "smallVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "clipsDetailVideoAssetURL", + "printedName": "clipsDetailVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "availableMp4Url", + "printedName": "availableMp4Url()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)availableMp4Url", + "mangledName": "$s10GiphyUISDK8GPHMediaC15availableMp4UrlSSyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isEmoji", + "printedName": "isEmoji", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setIsEmoji:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksEventType", + "printedName": "pingbacksEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksAttributes", + "printedName": "pingbacksAttributes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setPingbacksAttributes:", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setResponseId:", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia", + "mangledName": "$s10GiphyUISDK8GPHMediaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackSubmissionQueue", + "printedName": "PingbackSubmissionQueue", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:debugLogger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DebugLogger", + "printedName": "GiphyUISDK.DebugLogger", + "usr": "s:10GiphyUISDK11DebugLoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue(im)init", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "children": [ + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHAttributionDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionView", + "printedName": "GPHAttributionView", + "children": [ + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionView", + "printedName": "GiphyUISDK.GPHAttributionView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyAttributionViewController", + "printedName": "GiphyAttributionViewController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHAttributionDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyAttributionViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackDeduplicator", + "printedName": "PingbackDeduplicator", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "needTrack", + "printedName": "needTrack(mediaId:responseId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "AssociatedType", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "declKind": "AssociatedType", + "usr": "s:10GiphyUISDK11GPHMappableP0C6ObjectQa", + "mangledName": "$s10GiphyUISDK11GPHMappableP0C6ObjectQa", + "moduleName": "GiphyUISDK", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.GPHMappableObject" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:format:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseURL", + "printedName": "parseURL(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseRating", + "printedName": "parseRating(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseInt", + "printedName": "parseInt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseString", + "printedName": "parseString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHUser", + "printedName": "GPHUser", + "children": [ + { + "kind": "Var", + "name": "username", + "printedName": "username", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDescription", + "printedName": "userDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "attributionDisplayName", + "printedName": "attributionDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitter", + "printedName": "twitter", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitterUrl", + "printedName": "twitterUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "facebookUrl", + "printedName": "facebookUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagramUrl", + "printedName": "instagramUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagram", + "printedName": "instagram", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteUrl", + "printedName": "websiteUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteDisplayUrl", + "printedName": "websiteDisplayUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tumblrUrl", + "printedName": "tumblrUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "avatarUrl", + "printedName": "avatarUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerUrl", + "printedName": "bannerUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "profileUrl", + "printedName": "profileUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "youtubeUrl", + "printedName": "youtubeUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktokUrl", + "printedName": "tiktokUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktok", + "printedName": "tiktok", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userType", + "printedName": "userType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPublic", + "printedName": "isPublic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isStaff", + "printedName": "isStaff", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVerified", + "printedName": "isVerified", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suppressChrome", + "printedName": "suppressChrome", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loginDate", + "printedName": "loginDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "joinDate", + "printedName": "joinDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init:", + "mangledName": "$s10GiphyUISDK7GPHUserCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isEqual:", + "mangledName": "$s10GiphyUISDK7GPHUserC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK7GPHUserC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init", + "mangledName": "$s10GiphyUISDK7GPHUserCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(py)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(im)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser", + "mangledName": "$s10GiphyUISDK7GPHUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCategory", + "printedName": "GPHCategory", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nameEncoded", + "printedName": "nameEncoded", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "encodedPath", + "printedName": "encodedPath", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "subCategories", + "printedName": "subCategories", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jsonRepresentation", + "printedName": "jsonRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:nameEncoded:encodedPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init:nameEncoded:encodedPath:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC_11nameEncoded11encodedPathACSS_S2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCategory?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl", + "Convenience", + "Required", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodeWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC6encode4withySo7NSCoderC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)isEqual:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init", + "mangledName": "$s10GiphyUISDK11GPHCategoryCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addSubCategory", + "printedName": "addSubCategory(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)addSubCategory:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14addSubCategoryyyACF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(py)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory", + "mangledName": "$s10GiphyUISDK11GPHCategoryC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTextField", + "printedName": "GPHTextField", + "children": [ + { + "kind": "Var", + "name": "next", + "printedName": "next", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(py)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "canPerformAction", + "printedName": "canPerformAction(_:withSender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)canPerformAction:withSender:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC16canPerformAction_10withSenderSb10ObjectiveC8SelectorV_ypSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "canPerformAction:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textRect", + "printedName": "textRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)textRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC8textRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "textRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "editingRect", + "printedName": "editingRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)editingRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC11editingRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "editingRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTextField?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextField", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextField", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAsset", + "printedName": "GPHVideoAsset", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(py)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(im)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHResponse", + "printedName": "GPHResponse", + "children": [ + { + "kind": "Var", + "name": "meta", + "printedName": "meta", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(py)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)setMeta:", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init", + "mangledName": "$s10GiphyUISDK11GPHResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init:", + "mangledName": "$s10GiphyUISDK11GPHResponseCyAcA7GPHMetaCcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(py)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(im)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "mangledName": "$s10GiphyUISDK11GPHResponseC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHOMData", + "printedName": "GPHOMData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData(im)init", + "mangledName": "$s10GiphyUISDK9GPHOMDataCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData", + "mangledName": "$s10GiphyUISDK9GPHOMDataC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSuggestion", + "printedName": "GPHSuggestion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:term:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion(im)init", + "mangledName": "$s10GiphyUISDK13GPHSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchSuggestionType", + "printedName": "GPHSearchSuggestionType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "autocomplete", + "printedName": "autocomplete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "channels", + "printedName": "channels", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFilterable", + "printedName": "GPHFilterable", + "children": [ + { + "kind": "Var", + "name": "filter", + "printedName": "filter", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cpy)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Final", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)setFilter:", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isValidObject", + "printedName": "isValidObject()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)isValidObject", + "mangledName": "$s10GiphyUISDK13GPHFilterableC13isValidObjectSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)init", + "mangledName": "$s10GiphyUISDK13GPHFilterableCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "mangledName": "$s10GiphyUISDK13GPHFilterableC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClipsViewController", + "printedName": "GPHClipsViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)init", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHClipsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyViewController", + "printedName": "GiphyViewController", + "children": [ + { + "kind": "Var", + "name": "swiftUIEnabled", + "printedName": "swiftUIEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setSwiftUIEnabled:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholderText", + "printedName": "placeholderText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setPlaceholderText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "disableClipsWarning", + "printedName": "disableClipsWarning", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDisableClipsWarning:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "confirmationScreenChooseButtonText", + "printedName": "confirmationScreenChooseButtonText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setConfirmationScreenChooseButtonText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "noResultsText", + "printedName": "noResultsText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setNoResultsText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicText", + "printedName": "enableDynamicText", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setEnableDynamicText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showMoreByUser", + "printedName": "showMoreByUser", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowMoreByUser:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stickerColumnCount", + "printedName": "stickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setStickerColumnCount:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setMediaConfig", + "printedName": "setMediaConfig(types:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setMediaConfigWithTypes:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14setMediaConfig5typesySaySiG_tF", + "moduleName": "GiphyUISDK", + "objc_name": "setMediaConfigWithTypes:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dimBackground", + "printedName": "dimBackground", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDimBackground:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fileExtension", + "printedName": "fileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setFileExtension:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "prefersStatusBarHidden", + "printedName": "prefersStatusBarHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "trayHeightMultiplier", + "printedName": "trayHeightMultiplier", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cpy)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)setTrayHeightMultiplier:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier14CoreFoundation7CGFloatVvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CallToAction", + "printedName": "CallToAction", + "children": [ + { + "kind": "Var", + "name": "link", + "printedName": "link", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)init", + "mangledName": "$s10GiphyUISDK12CallToActionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction", + "mangledName": "$s10GiphyUISDK12CallToActionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerView", + "printedName": "GPHVideoPlayerView", + "children": [ + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "maxLoopsBeforeMute", + "printedName": "maxLoopsBeforeMute", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)setMaxLoopsBeforeMute:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cm)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "preloadFirstFrame", + "printedName": "preloadFirstFrame(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)preloadFirstFrameWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC17preloadFirstFrame5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepare", + "printedName": "prepare(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)prepareWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC7prepare5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC20playerStateDidChangeyyAA0cdG0OF", + "moduleName": "GiphyUISDK", + "objc_name": "playerStateDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "objc_name": "playerDidFail:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC14mediaDidChange0F0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestConfig", + "printedName": "GPHRequestConfig", + "children": [ + { + "kind": "Var", + "name": "base", + "printedName": "base", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setBase:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "queryItems", + "printedName": "queryItems", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setQueryItems:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "headers", + "printedName": "headers", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHeaders:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "httpBody", + "printedName": "httpBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHttpBody:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setContentType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setPath:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestType", + "printedName": "requestType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRequestType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setApiKey:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "retry", + "printedName": "retry", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRetry:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC5retrySivM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "timeoutInterval", + "printedName": "timeoutInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setTimeoutInterval:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "getRequest", + "printedName": "getRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)getRequest", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10getRequest10Foundation10URLRequestVyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)init", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksClient", + "printedName": "GPHPingbacksClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setUserId:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksClient", + "printedName": "GiphyUISDK.GPHPingbacksClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "submitSession", + "printedName": "submitSession(_:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHPingbacksAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackUser", + "printedName": "GPHPingbackUser", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(userId:loggedInUserId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK15GPHPingbackUserC", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "children": [ + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBar", + "printedName": "GPHSearchBar", + "children": [ + { + "kind": "Function", + "name": "beginEditing", + "printedName": "beginEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endEditing", + "printedName": "endEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setText", + "printedName": "setText(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHSearchBar?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFieldShouldEndEditing", + "printedName": "textFieldShouldEndEditing(_:)", + "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@GiphyUISDK@objc(cs)GPHSearchBar(im)textFieldShouldEndEditing:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC25textFieldShouldEndEditingySbSo06UITextF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "textFieldShouldEndEditing:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImage", + "printedName": "GPHImage", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rendition", + "printedName": "rendition", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifUrl", + "printedName": "gifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stillGifUrl", + "printedName": "stillGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frames", + "printedName": "frames", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifSize", + "printedName": "gifSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPUrl", + "printedName": "webPUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPSize", + "printedName": "webPSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Url", + "printedName": "mp4Url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Size", + "printedName": "mp4Size", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:rendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init:rendition:", + "mangledName": "$s10GiphyUISDK8GPHImageC_9renditionACSS_AA16GPHRenditionTypeOtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHImageC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHImageC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init", + "mangledName": "$s10GiphyUISDK8GPHImageCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(py)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(im)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage", + "mangledName": "$s10GiphyUISDK8GPHImageC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWrapperViewController", + "printedName": "GPHWrapperViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)init", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHWrapperViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "transitionDuration", + "printedName": "transitionDuration(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerContextTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)transitionDuration:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC18transitionDuration5usingSdSo06UIViewE20ContextTransitioning_pSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "transitionDuration:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animateTransition", + "printedName": "animateTransition(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animateTransition:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC17animateTransition5usingySo06UIViewE20ContextTransitioning_p_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animateTransition:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forDismissed:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForDismissedController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forDismissedSo06UIViewE21AnimatedTransitioning_pSgSo0iE0C_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForDismissedController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forPresented:presenting:source:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForPresentedController:presentingController:sourceController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forPresented10presenting6sourceSo06UIViewE21AnimatedTransitioning_pSgSo0kE0C_A2KtF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForPresentedController:presentingController:sourceController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "children": [ + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety14CoreFoundation7CGFloatV_tF", + "mangledName": "$s10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyGridController", + "printedName": "GiphyGridController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHGridDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "direction", + "printedName": "direction", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDirection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "content", + "printedName": "content", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setContent:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellPadding", + "printedName": "cellPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setCellPadding:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC11cellPadding14CoreFoundation7CGFloatVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfTracks", + "printedName": "numberOfTracks", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setNumberOfTracks", + "printedName": "setNumberOfTracks(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setNumberOfTracks:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17setNumberOfTracksyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setFixedSizeCells:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageFileExtensionForDynamicAssets", + "printedName": "imageFileExtensionForDynamicAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setImageFileExtensionForDynamicAssets:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)init", + "mangledName": "$s10GiphyUISDK0A14GridControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicResultsInTextSearch", + "printedName": "enableDynamicResultsInTextSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setEnableDynamicResultsInTextSearch:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "update", + "printedName": "update()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)update", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6updateyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)scrollViewDidScroll:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC19scrollViewDidScrollyySo08UIScrollF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "ObjC", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyGridController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:numberOfItemsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_22numberOfItemsInSectionSiSo012UICollectionF0C_SitF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:numberOfItemsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfSectionsInCollectionView:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16numberOfSections2inSiSo16UICollectionViewC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfSectionsInCollectionView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cellForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_13cellForItemAtSo012UICollectionF4CellCSo0kF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:cellForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:sizeForSectionItem:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfColumnsForItemAt:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)scrollDirection", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15scrollDirectionSo022UICollectionViewScrollF0VyF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollDirection", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:willDisplay:forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_11willDisplay9forItemAtySo012UICollectionF0C_So0lF4CellC10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:contextMenuConfigurationForItemAt:point:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIContextMenuConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIContextMenuConfiguration", + "printedName": "UIKit.UIContextMenuConfiguration", + "usr": "c:objc(cs)UIContextMenuConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_33contextMenuConfigurationForItemAt5pointSo09UIContexthI0CSgSo012UICollectionF0C_10Foundation9IndexPathVSo7CGPointVtF", + "moduleName": "GiphyUISDK", + "intro_iOS": "13.0", + "objc_name": "collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaForIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaIsLoadedAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController", + "mangledName": "$s10GiphyUISDK0A14GridControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackHTTPError", + "printedName": "GPHPingbackHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackHTTPError", + "printedName": "GiphyUISDK.GPHPingbackHTTPError", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Giphy", + "printedName": "Giphy", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(cm)configureWithApiKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A0C9configure6apiKey16verificationMode8metadataySS_SbSDyS2SGtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:metadata:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Giphy", + "printedName": "GiphyUISDK.Giphy", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(im)init", + "mangledName": "$s10GiphyUISDK0A0CACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy", + "mangledName": "$s10GiphyUISDK0A0C", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyDelegate", + "printedName": "GiphyDelegate", + "children": [ + { + "kind": "Function", + "name": "didSearch", + "printedName": "didSearch(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSearchFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didSearch3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSearchFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCreate", + "printedName": "didCreate(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didCreateFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didCreate3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didCreateFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5mediayAA0ahI0C_AA8GPHMediaCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:contentType:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5media11contentTypeyAA0ahI0C_AA8GPHMediaCAA010GPHContentL0OtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:contentType:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didDismiss", + "printedName": "didDismiss(controller:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didDismissWithController:", + "mangledName": "$s10GiphyUISDK0A8DelegateP10didDismiss10controlleryAA0A14ViewControllerCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didDismissWithController:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapSuggestion", + "printedName": "didTapSuggestion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didTapSuggestion:", + "mangledName": "$s10GiphyUISDK0A8DelegateP16didTapSuggestionyyAA13GPHSuggestionCF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A8DelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A8DelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate", + "mangledName": "$s10GiphyUISDK0A8DelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphySearchController", + "printedName": "GiphySearchController", + "children": [ + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillDisappear", + "printedName": "viewWillDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC17viewWillDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphySearchController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarBackButtonTapped", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC25searchBarBackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarFocusDidChange:focused:text:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC23searchBarFocusDidChange_7focused4textyAA09GPHSearchF0C_SbSStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarTextDidChange:query:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22searchBarTextDidChange_5queryyAA09GPHSearchF0C_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)selectedContentTypeDidChange:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC28selectedContentTypeDidChangeyyAA010GPHContentG0OF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didChooseMediaWithMedia:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapUsername", + "printedName": "didTapUsername(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didTapUsername:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didTapUsernameyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didLongPressCell", + "printedName": "didLongPressCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didLongPressCell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16didLongPressCellyyAA08GPHMediaH0CSgF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "objc_name": "errorDidOccur:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "objc_name": "syntheticErrorDidOccur", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVKit", + "printedName": "AVKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTextLoadingView", + "printedName": "GPHTextLoadingView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextLoadingView", + "printedName": "GiphyUISDK.GPHTextLoadingView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaCell", + "printedName": "GPHMediaCell", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)prepareForReuse", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC15prepareForReuseyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prepareForReuse", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewCell", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewCell", + "UIKit.UICollectionReusableView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "CodableBool", + "printedName": "CodableBool", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolVACycfc", + "mangledName": "$s10GiphyUISDK11CodableBoolVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableBoolV", + "mangledName": "$s10GiphyUISDK11CodableBoolV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableDate", + "printedName": "CodableDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateVACycfc", + "mangledName": "$s10GiphyUISDK11CodableDateVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableDateV", + "mangledName": "$s10GiphyUISDK11CodableDateV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableStrToInt", + "printedName": "CodableStrToInt", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntVACycfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableStrToIntV", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableIntToStr", + "printedName": "CodableIntToStr", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrVACycfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableIntToStrV", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHRatingType", + "printedName": "CodableGPHRatingType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHMediaType", + "printedName": "CodableGPHMediaType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyCodable", + "printedName": "AnyCodable", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvp", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvg", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvs", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvM", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK10AnyCodableV", + "mangledName": "$s10GiphyUISDK10AnyCodableV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAnalyticsEvent", + "printedName": "GPHAnalyticsEvent", + "children": [ + { + "kind": "Var", + "name": "eventType", + "printedName": "eventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(analyticsResponsePayload:eventType:actionType:gifId:tid:ts:attributes:userId:loggedInUserId:randomId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListCategoryResponse", + "printedName": "GPHListCategoryResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC_4data10paginationAcA7GPHMetaC_SayAA11GPHCategoryCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerState", + "printedName": "GPHVideoPlayerState", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateUnknown", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7unknownyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "readyToPlay", + "printedName": "readyToPlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateReadyToPlay", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO11readyToPlayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePlaying", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7playingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePaused", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO6pausedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateRepeated", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8repeatedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "idle", + "printedName": "idle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateIdle", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO4idleyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerState?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "children": [ + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP06playerE9DidChangeyyAA0cdE0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP14mediaDidChange0G0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "CaptionState", + "printedName": "CaptionState", + "children": [ + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CaptionState", + "printedName": "GiphyUISDK.CaptionState", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState(im)init", + "mangledName": "$s10GiphyUISDK12CaptionStateCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState", + "mangledName": "$s10GiphyUISDK12CaptionStateC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayer", + "printedName": "GPHVideoPlayer", + "children": [ + { + "kind": "Var", + "name": "playerView", + "printedName": "playerView", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHVideoPlayerView?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(py)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)setPlayerView:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)addWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC3add8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)removeWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6remove8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareMedia", + "printedName": "prepareMedia(media:view:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)prepareMediaWithMedia:view:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12prepareMedia5media4viewyAA8GPHMediaC_AA0cD4ViewCSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadMedia", + "printedName": "loadMedia(media:autoPlay:muteOnPlay:view:repeatable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)loadMediaWithMedia:autoPlay:muteOnPlay:view:repeatable:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC9loadMedia5media8autoPlay06muteOnI04view10repeatableyAA8GPHMediaC_S2bAA0cD4ViewCSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)pause", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC5pauseyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resume", + "printedName": "resume()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)resume", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6resumeyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mute", + "printedName": "mute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)mute:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4muteyySbF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)stop", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4stopyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "observeValue", + "printedName": "observeValue(forKeyPath:of:change:context:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSKeyValueChangeKey", + "printedName": "Foundation.NSKeyValueChangeKey", + "usr": "c:@T@NSKeyValueChangeKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)observeValueForKeyPath:ofObject:change:context:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12observeValue10forKeyPath2of6change7contextySSSg_ypSgSDySo05NSKeyf6ChangeH0aypGSgSvSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "observeValueForKeyPath:ofObject:change:context:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyCore", + "printedName": "GiphyCore", + "children": [ + { + "kind": "Var", + "name": "versionName", + "printedName": "versionName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppExtension", + "printedName": "isAppExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cpy)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:name:versionName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)configureWithApiKey:verificationMode:name:versionName:", + "mangledName": "$s10GiphyUISDK0A4CoreC9configure6apiKey16verificationMode4name11versionNameySS_SbS2StFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:name:versionName:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomHeaders", + "printedName": "setCustomHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setCustomHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A4CoreC16setCustomHeaders10parametersySDyS2SG_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setCustomHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFilter", + "printedName": "setFilter(filter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setFilterWithFilter:", + "mangledName": "$s10GiphyUISDK0A4CoreC9setFilter6filterySbAA13GPHFilterableCc_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setFilterWithFilter:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyCore", + "printedName": "GiphyUISDK.GiphyCore", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(im)init", + "mangledName": "$s10GiphyUISDK0A4CoreCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore", + "mangledName": "$s10GiphyUISDK0A4CoreC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListChannelResponse", + "printedName": "GPHListChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC_4data10paginationAcA7GPHMetaC_SayAA10GPHChannelCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksAbstractClient", + "printedName": "GPHPingbacksAbstractClient", + "children": [ + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setTimeout:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksAbstractClient", + "printedName": "GiphyUISDK.GPHPingbacksAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClient", + "printedName": "GPHClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customHeaders", + "printedName": "customHeaders", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setCustomHeaders:", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "gifByID", + "printedName": "gifByID(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifByID:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7gifByID_15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SdyAA16GPHMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gifsByIDs", + "printedName": "gifsByIDs(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifsByIDs:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC9gifsByIDs_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSaySSG_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emoji", + "printedName": "emoji(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC5emoji6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "emojiWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "defaultEmojis", + "printedName": "defaultEmojis(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC13defaultEmojis6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emojiVariationsByID", + "printedName": "emojiVariationsByID(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiVariationsByID:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC19emojiVariationsByID_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trendingSearches", + "printedName": "trendingSearches(timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)trendingSearchesWithTimeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC16trendingSearches15timeoutInterval17completionHandlerSo11NSOperationCSd_yAA29GPHListTermSuggestionResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "trendingSearchesWithTimeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "channelsSearch", + "printedName": "channelsSearch(_:offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListChannelResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)channelsSearch:offset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC14channelsSearch_6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSS_S2iSdyAA22GPHListChannelResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)animate:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7animate_15timeoutInterval17completionHandlerSo11NSOperationCSS_SdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK9GPHClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "declAttributes": [ + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient", + "mangledName": "$s10GiphyUISDK9GPHClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "superclassNames": [ + "GiphyUISDK.GPHAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListTermSuggestionResponse", + "printedName": "GPHListTermSuggestionResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMeta?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC_4dataAcA7GPHMetaCSg_SaySSGSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GradientDirection", + "printedName": "GradientDirection", + "children": [ + { + "kind": "Var", + "name": "horizontal", + "printedName": "horizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "vertical", + "printedName": "vertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "diagonal", + "printedName": "diagonal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "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:10GiphyUISDK17GradientDirectionO9hashValueSivp", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GradientDirectionO9hashValueSivg", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GradientDirectionO", + "mangledName": "$s10GiphyUISDK17GradientDirectionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GradientView", + "printedName": "GradientView", + "children": [ + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cm)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GradientViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GradientView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GradientViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView", + "mangledName": "$s10GiphyUISDK12GradientViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHStickerColumnCount", + "printedName": "GPHStickerColumnCount", + "children": [ + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "two", + "printedName": "two", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountTwo", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO3twoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "three", + "printedName": "three", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountThree", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO5threeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "four", + "printedName": "four", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountFour", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO4fouryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHStickerColumnCount?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHGifButtonColor", + "printedName": "GPHGifButtonColor", + "children": [ + { + "kind": "Var", + "name": "pink", + "printedName": "pink", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorPink", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4pinkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "blue", + "printedName": "blue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlue", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4blueyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "black", + "printedName": "black", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlack", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5blackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "white", + "printedName": "white", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorWhite", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5whiteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGifButtonColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequest", + "printedName": "GPHCoreRequest", + "children": [ + { + "kind": "Function", + "name": "main", + "printedName": "main()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest(im)main", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC4mainyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "main", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperationWithCompletion", + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequestType", + "printedName": "GPHCoreRequestType", + "children": [ + { + "kind": "Var", + "name": "post", + "printedName": "post", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "get", + "printedName": "get", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "put", + "printedName": "put", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "patch", + "printedName": "patch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delete", + "printedName": "delete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "upload", + "printedName": "upload", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCoreRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestRouter", + "printedName": "GPHRequestRouter", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestRouter.Type) -> (Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestRouter.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "encodedURLQueryItem", + "printedName": "encodedURLQueryItem(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + }, + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asURLRequest", + "printedName": "asURLRequest(_:httpBody:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK16GPHRequestRouterO", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaViewDelegate", + "printedName": "GPHMediaViewDelegate", + "children": [ + { + "kind": "Function", + "name": "didPressMoreByUser", + "printedName": "didPressMoreByUser(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate(im)didPressMoreByUser:", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP18didPressMoreByUseryySSF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMediaViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaView", + "printedName": "GPHMediaView", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setDelegate:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showAttribution", + "printedName": "showAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setShowAttribution:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setTheme:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)init", + "mangledName": "$s10GiphyUISDK12GPHMediaViewCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "loadAsset", + "printedName": "loadAsset(at:queueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)loadAssetAt:queueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC9loadAsset2at22queueOriginalRenditionySS_SbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelLoading", + "printedName": "cancelLoading()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)cancelLoading", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC13cancelLoadingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5imageACSo7UIImageCSg_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:highlightedImage:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:highlightedImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5image16highlightedImageACSo7UIImageCSg_AHtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "intro_iOS": "3.0", + "objc_name": "initWithImage:highlightedImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setMedia", + "printedName": "setMedia(_:rendition:shouldQueueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:rendition:shouldQueueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8setMedia_9rendition28shouldQueueOriginalRenditionyAA0C0C_AA16GPHRenditionTypeOSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)GiphyYYAnimatedImageView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GiphyYYAnimatedImageView", + "UIKit.UIImageView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelResponse", + "printedName": "GPHChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAssets", + "printedName": "GPHVideoAssets", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lowRes", + "printedName": "lowRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "small", + "printedName": "small", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "medium", + "printedName": "medium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "large", + "printedName": "large", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "highRes", + "printedName": "highRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)isEqual:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(py)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(im)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecents", + "printedName": "GPHRecents", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC5clearyyFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "ids", + "printedName": "ids", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecents", + "printedName": "GiphyUISDK.GPHRecents", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents(im)init", + "mangledName": "$s10GiphyUISDK10GPHRecentsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents", + "mangledName": "$s10GiphyUISDK10GPHRecentsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecentSearches", + "printedName": "GPHRecentSearches", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecentSearches", + "printedName": "GiphyUISDK.GPHRecentSearches", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches(im)init", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "children": [ + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "impressionOccurred", + "printedName": "impressionOccurred(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)impressionOccurredWithMedia:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP18impressionOccurred5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "impressionOccurredWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingManager", + "printedName": "GPHTrackingManager", + "children": [ + { + "kind": "Var", + "name": "placementContext", + "printedName": "placementContext", + "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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userID", + "printedName": "userID", + "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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTrackingDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(collectionView:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateTracking", + "printedName": "updateTracking()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)updateTracking", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14updateTrackingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "track", + "printedName": "track(media:userID:actionType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)trackWithMedia:userID:actionType:", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5track5media6userID10actionTypeSbAA8GPHMediaC_SSAA09GPHActionJ0OtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "trackWithMedia:userID:actionType:", + "declAttributes": [ + "AccessControl", + "ObjC", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)reset", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5resetyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)init", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideo", + "printedName": "GPHVideo", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoAssets", + "printedName": "videoAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDescription", + "printedName": "videoDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init:", + "mangledName": "$s10GiphyUISDK8GPHVideoCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHVideoC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init", + "mangledName": "$s10GiphyUISDK8GPHVideoCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(py)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(im)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo", + "mangledName": "$s10GiphyUISDK8GPHVideoC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannel", + "printedName": "GPHChannel", + "children": [ + { + "kind": "Var", + "name": "StickersRootId", + "printedName": "StickersRootId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cpy)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cm)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "parent", + "printedName": "parent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shortDisplayName", + "printedName": "shortDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "descriptionText", + "printedName": "descriptionText", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasChildren", + "printedName": "hasChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isLive", + "printedName": "isLive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPrivate", + "printedName": "isPrivate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVisible", + "printedName": "isVisible", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numChildren", + "printedName": "numChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerImage", + "printedName": "bannerImage", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredGif", + "printedName": "featuredGif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ancestors", + "printedName": "ancestors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init:", + "mangledName": "$s10GiphyUISDK10GPHChannelCyACSicfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHChannelC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init", + "mangledName": "$s10GiphyUISDK10GPHChannelCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(py)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(im)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel", + "mangledName": "$s10GiphyUISDK10GPHChannelC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCache", + "printedName": "GPHCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cpy)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cm)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cache", + "printedName": "cache", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(py)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)setCache:", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)clear", + "mangledName": "$s10GiphyUISDK8GPHCacheC5clearyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAssetData", + "printedName": "downloadAssetData(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Foundation.Data?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.Data?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.Data?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAssetData:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC17downloadAssetData_10completionSo012NSURLSessionF4TaskCSgSS_y10Foundation0F0VSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAsset", + "printedName": "downloadAsset(_:key:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyYYImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyYYImage", + "printedName": "GiphyUISDK.GiphyYYImage", + "usr": "c:objc(cs)GiphyYYImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAsset:key:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC13downloadAsset_3key10completionSo20NSURLSessionDataTaskCSgSS_SSSgySo0A7YYImageCSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)init", + "mangledName": "$s10GiphyUISDK8GPHCacheCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache", + "mangledName": "$s10GiphyUISDK8GPHCacheC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHEventType", + "printedName": "GPHEventType", + "children": [ + { + "kind": "Var", + "name": "recentlyPicked", + "printedName": "recentlyPicked", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHEventType.Type) -> GiphyUISDK.GPHEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHEventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHEventType@GPHEventTypeRecentlyPicked", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO14recentlyPickedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHEventType", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHActionType", + "printedName": "GPHActionType", + "children": [ + { + "kind": "Var", + "name": "seen", + "printedName": "seen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSeen", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4seenyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "hover", + "printedName": "hover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeHover", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5hoveryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "click", + "printedName": "click", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeClick", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5clickyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sent", + "printedName": "sent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSent", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4sentyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "favorite", + "printedName": "favorite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeFavorite", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8favoriteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeStart", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5startyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "longpress", + "printedName": "longpress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeLongpress", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO9longpressyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHActionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHActionType", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListMediaResponse", + "printedName": "GPHListMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC_4data10paginationAcA7GPHMetaC_SayAA8GPHMediaCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaResponse", + "printedName": "GPHMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestType", + "printedName": "GPHRequestType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "animate", + "printedName": "animate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "variations", + "printedName": "variations", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK14GPHRequestTypeO", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContent", + "printedName": "GPHContent", + "children": [ + { + "kind": "Var", + "name": "contentCopy", + "printedName": "contentCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(py)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingGifs", + "printedName": "trendingGifs", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingVideo", + "printedName": "trendingVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingStickers", + "printedName": "trendingStickers", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingText", + "printedName": "trendingText", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "emojiVariations", + "printedName": "emojiVariations(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emojiVariations:", + "mangledName": "$s10GiphyUISDK10GPHContentC15emojiVariationsyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "search", + "printedName": "search(withQuery:mediaType:language:includeDynamicResults:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)searchWithQuery:mediaType:language:includeDynamicResults:", + "mangledName": "$s10GiphyUISDK10GPHContentC6search9withQuery9mediaType8language21includeDynamicResultsACSS_AA08GPHMediaH0OAA011GPHLanguageH0OSbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)animate:", + "mangledName": "$s10GiphyUISDK10GPHContentC7animateyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trending", + "printedName": "trending(mediaType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingWithMediaType:", + "mangledName": "$s10GiphyUISDK10GPHContentC8trending9mediaTypeAcA08GPHMediaF0O_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHContentC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)init", + "mangledName": "$s10GiphyUISDK10GPHContentCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent", + "mangledName": "$s10GiphyUISDK10GPHContentC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContentType", + "printedName": "GPHContentType", + "children": [ + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeRecents", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gifs", + "printedName": "gifs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeGifs", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4gifsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "clips", + "printedName": "clips", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeClips", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5clipsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "stickers", + "printedName": "stickers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeStickers", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8stickersyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeText", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeEmoji", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHContentType", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHAbstractClient", + "printedName": "GPHAbstractClient", + "children": [ + { + "kind": "Var", + "name": "_apiKey", + "printedName": "_apiKey", + "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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)set_apiKey:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateUserAgent", + "printedName": "updateUserAgent(agent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "httpRequest", + "printedName": "httpRequest(with:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)httpRequestWith:completionHandler:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC11httpRequest4with17completionHandlerSo11NSOperationCAA16GPHRequestConfigC_ySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "httpRequestWith:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseJSONResponse", + "printedName": "parseJSONResponse(_:completionHandler:)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(τ_0_0?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHResponse, τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isNetworkReachable", + "printedName": "isNetworkReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImages", + "printedName": "GPHImages", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init:", + "mangledName": "$s10GiphyUISDK9GPHImagesCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK9GPHImagesC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)isEqual:", + "mangledName": "$s10GiphyUISDK9GPHImagesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init", + "mangledName": "$s10GiphyUISDK9GPHImagesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "rendition", + "printedName": "rendition(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)rendition:", + "mangledName": "$s10GiphyUISDK9GPHImagesC9renditionyAA8GPHImageCSgAA16GPHRenditionTypeOF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(py)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages", + "mangledName": "$s10GiphyUISDK9GPHImagesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSession", + "printedName": "GPHSession", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sessionId", + "printedName": "sessionId", + "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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK10GPHSessionC", + "mangledName": "$s10GiphyUISDK10GPHSessionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHIcons", + "printedName": "GPHIcons", + "children": [ + { + "kind": "Function", + "name": "giphyLogo", + "printedName": "giphyLogo()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "mangledName": "$s10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHIcons", + "printedName": "GiphyUISDK.GPHIcons", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons(im)init", + "mangledName": "$s10GiphyUISDK8GPHIconsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons", + "mangledName": "$s10GiphyUISDK8GPHIconsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DebugLogger", + "printedName": "DebugLogger", + "children": [ + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.DebugLogger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "logLevel", + "printedName": "logLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11DebugLoggerC3logyySSF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC3logyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK11DebugLoggerC", + "mangledName": "$s10GiphyUISDK11DebugLoggerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHJSONMappingError", + "printedName": "GPHJSONMappingError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHJSONMappingError", + "printedName": "GiphyUISDK.GPHJSONMappingError", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHHTTPError", + "printedName": "GPHHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHHTTPError", + "printedName": "GiphyUISDK.GPHHTTPError", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "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": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaType", + "printedName": "GPHMediaType", + "children": [ + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeGif", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sticker", + "printedName": "sticker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeSticker", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO7stickeryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeText", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeVideo", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO5videoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endpointPathComponent", + "printedName": "endpointPathComponent", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRenditionType", + "printedName": "GPHRenditionType", + "children": [ + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginal", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8originalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginalStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO13originalStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypePreview", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7previewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeLooping", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7loopingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeight", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO11fixedHeightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO22fixedHeightDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedHeightSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidth", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO10fixedWidthyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedWidthDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO20fixedWidthSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsized", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO9downsizedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedMedium", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15downsizedMediumyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedLarge", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedLargeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRenditionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHLanguageType", + "printedName": "GPHLanguageType", + "children": [ + { + "kind": "Var", + "name": "english", + "printedName": "english", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeEnglish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7englishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "spanish", + "printedName": "spanish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSpanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7spanishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "portuguese", + "printedName": "portuguese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePortuguese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10portugueseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "indonesian", + "printedName": "indonesian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeIndonesian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10indonesianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "french", + "printedName": "french", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFrench", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6frenchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "arabic", + "printedName": "arabic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeArabic", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6arabicyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "turkish", + "printedName": "turkish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeTurkish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7turkishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "thai", + "printedName": "thai", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeThai", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO4thaiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "vietnamese", + "printedName": "vietnamese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeVietnamese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10vietnameseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "german", + "printedName": "german", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeGerman", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6germanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "italian", + "printedName": "italian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeItalian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7italianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "japanese", + "printedName": "japanese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeJapanese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8japaneseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "chineseSimplified", + "printedName": "chineseSimplified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseSimplified", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO17chineseSimplifiedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "chineseTraditional", + "printedName": "chineseTraditional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseTraditional", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO18chineseTraditionalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "russian", + "printedName": "russian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRussian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7russianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "korean", + "printedName": "korean", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeKorean", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6koreanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "polish", + "printedName": "polish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePolish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6polishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "dutch", + "printedName": "dutch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDutch", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5dutchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "romanian", + "printedName": "romanian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRomanian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8romanianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "hungarian", + "printedName": "hungarian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHungarian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9hungarianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "swedish", + "printedName": "swedish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSwedish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7swedishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "czech", + "printedName": "czech", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeCzech", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5czechyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "hindi", + "printedName": "hindi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHindi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5hindiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "bengali", + "printedName": "bengali", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeBengali", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7bengaliyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "danish", + "printedName": "danish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6danishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "farsi", + "printedName": "farsi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFarsi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5farsiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "filipino", + "printedName": "filipino", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFilipino", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8filipinoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "finnish", + "printedName": "finnish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFinnish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7finnishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "hebrew", + "printedName": "hebrew", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHebrew", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6hebrewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "malay", + "printedName": "malay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeMalay", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5malayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "norwegian", + "printedName": "norwegian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeNorwegian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9norwegianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "ukrainian", + "printedName": "ukrainian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeUkrainian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9ukrainianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHLanguageType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRatingType", + "printedName": "GPHRatingType", + "children": [ + { + "kind": "Var", + "name": "ratedY", + "printedName": "ratedY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedY", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedYyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "ratedG", + "printedName": "ratedG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ratedPG", + "printedName": "ratedPG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7ratedPGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "ratedPG13", + "printedName": "ratedPG13", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG13", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO9ratedPG13yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "ratedR", + "printedName": "ratedR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedR", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedRyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nsfw", + "printedName": "nsfw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeNsfw", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO4nsfwyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "unrated", + "printedName": "unrated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeUnrated", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7unratedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRatingType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackRequestType", + "printedName": "GPHPingbackRequestType", + "children": [ + { + "kind": "Var", + "name": "pingback", + "printedName": "pingback", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHPingbackRequestType.Type) -> GiphyUISDK.GPHPingbackRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHPingbackRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType@GPHPingbackRequestTypePingback", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8pingbackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPingbackRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperation", + "printedName": "GPHAsyncOperation", + "children": [ + { + "kind": "TypeDecl", + "name": "State", + "printedName": "State", + "children": [ + { + "kind": "Var", + "name": "ready", + "printedName": "ready", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "executing", + "printedName": "executing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "finished", + "printedName": "finished", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAsyncOperation.State?", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "state", + "printedName": "state", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperation", + "printedName": "GiphyUISDK.GPHAsyncOperation", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation(im)init", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isReady", + "printedName": "isReady", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)ready", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "ready", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isReady", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isReady", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isExecuting", + "printedName": "isExecuting", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)executing", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "executing", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isExecuting", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isExecuting", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFinished", + "printedName": "isFinished", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)finished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "finished", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isFinished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isFinished", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAsynchronous", + "printedName": "isAsynchronous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)asynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "asynchronous", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isAsynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isAsynchronous", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)start", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5startyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "start", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)cancel", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC6cancelyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "cancel", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSOperation", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GPHAsyncOperationWithCompletion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GiphyUISDK.GPHAsyncOperationWithCompletion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion(im)init", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EmojiDrawerBackground", + "printedName": "EmojiDrawerBackground", + "children": [ + { + "kind": "Function", + "name": "setup", + "printedName": "setup(emojisWidth:emojisHeight:anchorTranslationX:anchorWidth:anchorHeight:cornerRadius:marginTop:marginHorizontal:gradientColorTop:gradientColorBottom:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cpy)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cm)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesEnded:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesCancelled:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)layoutSubviews", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC14layoutSubviewsyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPagination", + "printedName": "GPHPagination", + "children": [ + { + "kind": "Var", + "name": "totalCount", + "printedName": "totalCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "filteredCount", + "printedName": "filteredCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "offset", + "printedName": "offset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nextCursor", + "printedName": "nextCursor", + "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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)init", + "mangledName": "$s10GiphyUISDK13GPHPaginationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateFilteredCount", + "printedName": "updateFilteredCount(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)updateFilteredCount:", + "mangledName": "$s10GiphyUISDK13GPHPaginationC19updateFilteredCountyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(py)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(im)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination", + "mangledName": "$s10GiphyUISDK13GPHPaginationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "children": [ + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTabBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBar", + "printedName": "GPHTabBar", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTabBarDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTabBar", + "mangledName": "$s10GiphyUISDK9GPHTabBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "children": [ + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)scrollDirection", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15scrollDirectionSo022UICollectionViewScrollG0VyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GPHWaterfallLayoutAttributes", + "children": [ + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)copyWithZone:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "copyWithZone:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)isEqual:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GiphyUISDK.GPHWaterfallLayoutAttributes", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)init", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewLayoutAttributes", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewLayoutAttributes", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelTag", + "printedName": "GPHChannelTag", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "channel", + "printedName": "channel", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tag", + "printedName": "tag", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rank", + "printedName": "rank", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)init", + "mangledName": "$s10GiphyUISDK13GPHChannelTagCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(py)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(im)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GiphyPingbacks", + "printedName": "GiphyPingbacks", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)configureWithApiKey:verificationMode:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC9configure6apiKey16verificationModeySS_SbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addAdditionalHeaders", + "printedName": "addAdditionalHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)addAdditionalHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC20addAdditionalHeaders10parametersySDyS2SGSg_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "addAdditionalHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(userId:loggedInUserId:analyticsResponsePayload:mediaId:tid:eventType:actionType:sessionId:attributes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)flush", + "mangledName": "$s10GiphyUISDK0A9PingbacksC5flushyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugLogging", + "printedName": "enableDebugLogging(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)enableDebugLogging:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC18enableDebugLoggingyySbFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pingbacksId", + "printedName": "pingbacksId", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cpy)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)setPingbacksId:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyPingbacks", + "printedName": "GiphyUISDK.GiphyPingbacks", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(im)init", + "mangledName": "$s10GiphyUISDK0A9PingbacksCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks", + "mangledName": "$s10GiphyUISDK0A9PingbacksC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMeta", + "printedName": "GPHMeta", + "children": [ + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "msg", + "printedName": "msg", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)init", + "mangledName": "$s10GiphyUISDK7GPHMetaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(py)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(im)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta", + "mangledName": "$s10GiphyUISDK7GPHMetaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTermSuggestion", + "printedName": "GPHTermSuggestion", + "children": [ + { + "kind": "Var", + "name": "term", + "printedName": "term", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)isEqual:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(py)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(im)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(hex:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:So7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "mangledName": "$sSo7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "rgba", + "printedName": "rgba", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvp", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvp", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvg", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toHexString", + "printedName": "toHexString()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "giphyBlack", + "printedName": "giphyBlack", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightestGrey", + "printedName": "giphyLightestGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyMediumGrey", + "printedName": "giphyMediumGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightGrey", + "printedName": "giphyLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraLightGrey", + "printedName": "giphyExtraLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGrey", + "printedName": "giphyGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightCharcoal", + "printedName": "giphyLightCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkCharcoal", + "printedName": "giphyDarkCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkGrey", + "printedName": "giphyDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraDarkGrey", + "printedName": "giphyExtraDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGreen", + "printedName": "giphyGreen", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyBlue", + "printedName": "giphyBlue", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPurple", + "printedName": "giphyPurple", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyIndigo", + "printedName": "giphyIndigo", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyRed", + "printedName": "giphyRed", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyYellow", + "printedName": "giphyYellow", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPink", + "printedName": "giphyPink", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyAqua", + "printedName": "giphyAqua", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "randomColor", + "printedName": "randomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyColors", + "printedName": "giphyColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textGradientColors", + "printedName": "textGradientColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Name", + "printedName": "Name", + "children": [ + { + "kind": "Var", + "name": "audioMutedStateChanged", + "printedName": "audioMutedStateChanged", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "c:@T@NSNotificationName", + "moduleName": "Foundation", + "declAttributes": [ + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "Sendable" + ], + "isFromExtension": true, + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_SwiftNewtypeWrapper", + "printedName": "_SwiftNewtypeWrapper", + "usr": "s:s20_SwiftNewtypeWrapperP", + "mangledName": "$ss20_SwiftNewtypeWrapperP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "children": [ + { + "kind": "Var", + "name": "safeTopAnchor", + "printedName": "safeTopAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomAnchor", + "printedName": "safeBottomAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftAnchor", + "printedName": "safeLeftAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightAnchor", + "printedName": "safeRightAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeWidthAnchor", + "printedName": "safeWidthAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomInset", + "printedName": "safeBottomInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftInset", + "printedName": "safeLeftInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightInset", + "printedName": "safeRightInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "BooleanLiteral", + "offset": 5956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 259, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 312, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 368, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "FloatLiteral", + "offset": 412, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1246, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 1449, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2410, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2526, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2829, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 18, + "value": "\"GiphyUISDK.PingbackCollection\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2077, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "IntegerLiteral", + "offset": 378, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "FloatLiteral", + "offset": 430, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 37, + "value": "\"com.giphy.pingback-submission-queue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 23, + "value": "\"GiphyUISDK.PingbackSubmissionQueue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 342, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 381, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 678, + "length": 3, + "value": "\"@\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 623, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 15, + "value": "\"View on GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1509, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3570, + "length": 4, + "value": "38.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3625, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3760, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3810, + "length": 5, + "value": "400.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3860, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3908, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4684, + "length": 12, + "value": "\"Select GIF\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4707, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5086, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5325, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5843, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6043, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6148, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6306, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6351, + "length": 6, + "value": "\"Back\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 6487, + "length": 2, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 180, + "length": 4, + "value": "4.25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "IntegerLiteral", + "offset": 243, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 293, + "length": 4, + "value": "0.18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 344, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 1134, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1871, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 618, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAsset.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSuggestions.swift", + "kind": "BooleanLiteral", + "offset": 2228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 566, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 710, + "length": 4, + "value": "0.12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 758, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 827, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 335, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4880, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4902, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10787, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10799, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 10804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10811, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11327, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11339, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 538, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 1748, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 282, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1010, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "Dictionary", + "offset": 1072, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 1502, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 2129, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4265, + "length": 53, + "value": "\"mediaTypeConfig must have at least one content type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 45, + "value": "\"mediaTypeConfig cannot only contain recents\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4679, + "length": 403, + "value": "\"||| GIPHY SDK WARNING: You've included the Clips content type in your GIPHY integration. Clips (GIFs with Sound!) is a brand new content type we're offering in the GIPHY SDK. This feature may not be ready for production releases. See the clips.md file in the giphy-ios-sdk repo to learn more. Disable this warning by setting the `disableClipsWarning` property of the `GiphyViewController` to false |||\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5649, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 397, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1474, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1612, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1846, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1957, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2124, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2382, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2428, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3950, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4531, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4731, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 6039, + "length": 3, + "value": "2.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 27, + "value": "\"https:\/\/api.giphy.com\/v1\/\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 651, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackClient.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbacksClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 494, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 585, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 629, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 675, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1202, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1583, + "length": 15, + "value": "\"SEARCH_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1840, + "length": 13, + "value": "\"BACK_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 2135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 2357, + "length": 12, + "value": "\"TEXT_FIELD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "FloatLiteral", + "offset": 1255, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 2191, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1795, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1837, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3076, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3180, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3242, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 3748, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 4538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 5049, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 12, + "value": "\"HeaderCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1139, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6868, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6896, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13427, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13443, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19818, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19830, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 19835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19842, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20358, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20370, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20897, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20909, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 21, + "value": "\"X-GIPHY-SDK-VERSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 18, + "value": "\"X-GIPHY-SDK-NAME\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 22, + "value": "\"X-GIPHY-SDK-PLATFORM\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 29, + "value": "\"X-GIPHY-UI-SDK-IS-EXTENSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 427, + "length": 23, + "value": "\"X-GIPHY-UI-SDK-LAYOUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 7, + "value": "\"UISDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 505, + "length": 7, + "value": "\"RNSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 977, + "length": 6, + "value": "\"TRUE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 986, + "length": 7, + "value": "\"False\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 1294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "Dictionary", + "offset": 1368, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3657, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 5328, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 10648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 10679, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 10975, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 12147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 22358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 404, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 730, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 938, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1132, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1946, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2001, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2057, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2104, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2158, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2193, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2448, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 2596, + "length": 16, + "value": "\"GiphyMediaCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3148, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3239, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3272, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 3473, + "length": 13, + "value": "\"More by You\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3572, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3700, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3717, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3776, + "length": 2, + "value": "88" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3791, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3831, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3865, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 215, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 3, + "value": "3.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 304, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 654, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 754, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 824, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 849, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "FloatLiteral", + "offset": 722, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 23, + "value": "\"kGPHClipsCaptionState\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1567, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1599, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 14, + "value": "\"GiphyUISDK.GPHHeaderModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 17, + "value": "\"GiphyUISDK.GPHNoResultsModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "IntegerLiteral", + "offset": 959, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 15, + "value": "\"No GIFs found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 19, + "value": "\"No stickers found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 15, + "value": "\"No text found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1289, + "length": 16, + "value": "\"No clips found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 15, + "value": "\"NoResultsCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1661, + "length": 15, + "value": "\"No GIFs Found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "BooleanLiteral", + "offset": 1861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "Array", + "offset": 579, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 707, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1554, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1568, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2303, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2326, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 8, + "value": "\"2.3.23\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 1075, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 26, + "value": "\"GiphyUISDK.GPHPingbacksAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2753, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4573, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4716, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 6080, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 7516, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9514, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9591, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10993, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 12138, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13193, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14063, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14149, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 15323, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 9, + "value": "\"GiphyUISDK.GPHClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 878, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 916, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 14, + "value": "\"GiphyUISDK.GPHCoreRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 415, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 767, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1423, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1484, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1499, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1560, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 4096, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 346, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 358, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4838, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4850, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9471, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9483, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15765, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15777, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 15782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16302, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16314, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16319, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16326, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16839, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16851, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"GPHTextSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 1557, + "length": 26, + "value": "\"GPHChannelSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 23, + "value": "\"GPHTermSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 2530, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2578, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2616, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3183, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3481, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 472, + "length": 17, + "value": "\"kRecentlyPicked\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 1677, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 1868, + "length": 25, + "value": "\"kRecentlyPickedSearches\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 5, + "value": "\"n\/a\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "BooleanLiteral", + "offset": 843, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 4115, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 18, + "value": "\"GiphyUISDK.GPHTrackingManager\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1629, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1279, + "length": 4, + "value": "3143" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "BooleanLiteral", + "offset": 2240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 10, + "value": "\"GiphyUISDK.GPHChannel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 384, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 434, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1236, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1250, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1268, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1283, + "length": 9, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 696, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2366, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2511, + "length": 4, + "value": "46.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4580, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 4847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4888, + "length": 4, + "value": "0.65" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5046, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5636, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5672, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5754, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5847, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 334, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 376, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 425, + "length": 5, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 472, + "length": 4, + "value": "1.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 528, + "length": 4, + "value": "0.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 678, + "length": 5, + "value": "0.455" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 685, + "length": 4, + "value": "0.03" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 691, + "length": 5, + "value": "0.515" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 698, + "length": 5, + "value": "0.955" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 12, + "value": "\"position.y\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1684, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 23, + "value": "\"GiphyUISDK.GPHLoadingAnimationView\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 24, + "value": "\"audioMutedStateChanged\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 14, + "value": "\"outputVolume\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 330, + "length": 18, + "value": "\"GiphyUISDK.GPHContentResponse\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2561, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 7439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 17, + "value": "\"GiphyUISDK.GPHAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 9, + "value": "\"GiphyUISDK.GPHImages\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"isEmojiKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 302, + "length": 23, + "value": "\"pingbacksEventTypeKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 24, + "value": "\"pingbacksAttributesKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 428, + "length": 24, + "value": "\"pingbacksResponseIdKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 490, + "length": 13, + "value": "\"layout_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "Array", + "offset": 457, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5267, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22251, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22263, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41198, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41208, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41220, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48225, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48237, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53488, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53500, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 53505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54011, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54023, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54534, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55057, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55069, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55580, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55592, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56103, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56115, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56127, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56626, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56638, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56650, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57149, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57161, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57166, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57672, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57684, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57689, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57696, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57964, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57970, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57980, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57992, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63837, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63849, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 63854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65855, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65867, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70226, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70238, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 70243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70536, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70546, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79953, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79965, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85765, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85777, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91524, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91536, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98132, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98142, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98154, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101922, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101934, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107224, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107236, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114600, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114612, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118096, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118108, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121248, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121260, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126158, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126171, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137441, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137453, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142273, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142283, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142295, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148897, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148903, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148913, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148925, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152362, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152374, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156233, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156243, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156255, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160781, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160793, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162673, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162685, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165863, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165875, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169091, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169107, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169119, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172315, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172327, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172850, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172862, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173406, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173945, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173957, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173969, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174488, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174500, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 174505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175030, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175042, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175054, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175595, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176137, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176683, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176695, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177232, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177244, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177785, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177797, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177809, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178329, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178342, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178872, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178884, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179417, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179429, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179953, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179965, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179970, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180486, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180498, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 180503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181033, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181045, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181057, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181578, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181590, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182128, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182647, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182659, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183182, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183194, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 183199, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183566, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183578, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192021, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 192038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192352, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192364, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198236, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198248, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 198253, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 39, + "value": "\"GiphyUISDK.GPHPingbackAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 786, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2162, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2271, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2343, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2415, + "length": 16, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2651, + "length": 22, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2744, + "length": 16, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2827, + "length": 21, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2912, + "length": 10, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2982, + "length": 15, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3129, + "length": 21, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3220, + "length": 15, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3301, + "length": 20, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3365, + "length": 9, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 14, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3478, + "length": 15, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3537, + "length": 14, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3610, + "length": 14, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6786, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6881, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6926, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6967, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7009, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7049, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7092, + "length": 10, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7137, + "length": 6, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7179, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 8, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7281, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7349, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7403, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7445, + "length": 6, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7486, + "length": 6, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7526, + "length": 5, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7568, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7614, + "length": 9, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7659, + "length": 7, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7700, + "length": 5, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7739, + "length": 5, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7780, + "length": 7, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7822, + "length": 6, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7862, + "length": 5, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 8, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7948, + "length": 7, + "value": "27" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 6, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 5, + "value": "29" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8073, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8120, + "length": 9, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11757, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11795, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11837, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11877, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11924, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11959, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackRequest.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbackRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 271, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 314, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "BooleanLiteral", + "offset": 512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 367, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 493, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "StringLiteral", + "offset": 534, + "length": 30, + "value": "\"com.giphy.pingback-collector\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 2380, + "length": 31, + "value": "\"GiphyUISDK.GPHAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 338, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 463, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 497, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 532, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 567, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 599, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 638, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 1042, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 799, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1604, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1649, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 1875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "Array", + "offset": 2470, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 2773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3022, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3169, + "length": 17, + "value": "\"GIF_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3514, + "length": 21, + "value": "\"STICKER_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3858, + "length": 19, + "value": "\"VIDEO_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4051, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4160, + "length": 18, + "value": "\"TEXT_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4529, + "length": 14, + "value": "\"EMOJI_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4569, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4898, + "length": 16, + "value": "\"RECENTS_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4940, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 6818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 871, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 2387, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 3014, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5738, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ToggleButton.swift", + "kind": "BooleanLiteral", + "offset": 1805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 332, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11590, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11602, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22848, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22860, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38505, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38517, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54133, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54145, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69575, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69587, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83258, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83274, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83286, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96966, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96976, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96988, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110792, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110798, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110808, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110820, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126282, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126298, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126310, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141612, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156919, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156929, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156941, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171717, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171729, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186422, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186432, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186444, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201324, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201334, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201346, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212592, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212604, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223850, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223862, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235385, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235397, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235409, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235924, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235936, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236465, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236477, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 236482, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237006, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237018, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237030, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237558, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237570, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238086, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238098, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238627, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238639, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239167, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239179, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239704, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239716, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239721, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240240, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240252, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240777, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240789, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240801, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241313, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241325, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241848, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241860, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241865, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242382, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242394, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242918, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242930, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243458, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243470, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 243475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243999, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244011, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 244016, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.private.swiftinterface similarity index 96% rename from GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface rename to GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.private.swiftinterface index 906d20b..6beeb07 100644 --- a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) @available(iOS 3.0, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftdoc b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftdoc index 6823555..ce03e5b 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftdoc and b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftinterface b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftinterface index 906d20b..6beeb07 100644 --- a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) @available(iOS 3.0, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 6823555..0000000 Binary files a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/module.modulemap b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/module.modulemap index 84678bf..434de34 100644 --- a/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/module.modulemap +++ b/GiphyUISDK.xcframework/ios-arm64/GiphyUISDK.framework/Modules/module.modulemap @@ -6,6 +6,6 @@ framework module GiphyUISDK { } module GiphyUISDK.Swift { - header "GiphyUISDK-Swift.h" - requires objc + header "GiphyUISDK-Swift.h" + requires objc } diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/GiphyUISDK b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/GiphyUISDK index 69b1e79..2cfdc41 100755 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/GiphyUISDK and b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/GiphyUISDK differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Headers/GiphyUISDK-Swift.h b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Headers/GiphyUISDK-Swift.h index 856ffb3..6172616 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Headers/GiphyUISDK-Swift.h +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Headers/GiphyUISDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef GIPHYUISDK_SWIFT_H #define GIPHYUISDK_SWIFT_H #pragma clang diagnostic push @@ -23,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -183,14 +192,45 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; @@ -198,6 +238,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #import +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -205,6 +246,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -213,6 +255,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSString; SWIFT_CLASS("_TtC10GiphyUISDK12CallToAction") @@ -244,7 +287,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) Class _Nonnull layer - (void)layoutSubviews; @end -@class NSNumber; @class GPHRequestConfig; @class NSURLResponse; @class NSOperation; @@ -331,7 +373,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GPHCache * _ /// Removes all objects from the cache. This method blocks the calling thread until the cache has been cleared. /// Uses a semaphore to achieve synchronicity on the disk cache. - (void)clear; -/// Convenient method that can be used to retrive a gif asset. It will return the caches asset if available or perform the network. /// \param urlString The url of the asset. /// /// \param completion A closure that provide a NSData or an Error. @@ -768,7 +809,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK9GPHImages") /// Represents Giphy APIs Supported Languages typedef SWIFT_ENUM(NSInteger, GPHLanguageType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// English (en) GPHLanguageTypeEnglish = 0, /// Spanish (es) @@ -1049,17 +1089,10 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHMedia") SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaCell") @interface GPHMediaCell : UICollectionViewCell - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, getter=isHighlighted) BOOL highlighted; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; - (void)prepareForReuse; @end -@class UIGestureRecognizer; - -@interface GPHMediaCell (SWIFT_EXTENSION(GiphyUISDK)) -- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; -@end - /// Represents a Giphy Media Response (single result) SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") @@ -1083,7 +1116,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") /// Represents a Giphy Object Type (GIF/Sticker/…) typedef SWIFT_ENUM(NSInteger, GPHMediaType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Gif Media Type GPHMediaTypeGif = 0, /// Sticker Media Type @@ -1108,7 +1140,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaView") - (void)loadAssetAt:(NSString * _Nonnull)url queueOriginalRendition:(BOOL)queueOriginalRendition; - (void)cancelLoading; - (nonnull instancetype)initWithImage:(UIImage * _Nullable)image OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(maccatalyst,introduced=13.0) SWIFT_AVAILABILITY(ios,introduced=3.0); +- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(maccatalyst,introduced=13.1) SWIFT_AVAILABILITY(ios,introduced=3.0); - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end @@ -1211,7 +1243,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK18GPHPingbacksClient") /// Represents content rating (y,g, pg, pg-13 or r) typedef SWIFT_ENUM(NSInteger, GPHRatingType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// Rated Y GPHRatingTypeRatedY = 0, /// Rated G @@ -1242,7 +1273,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK10GPHRecents") /// Represents a Giphy Rendition Type (Original/Preview/…) typedef SWIFT_ENUM(NSInteger, GPHRenditionType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Original file size and file dimensions. Good for desktop use. GPHRenditionTypeOriginal = 0, /// Preview image for original. @@ -1390,7 +1420,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHTheme") @interface GPHTheme : NSObject - (nonnull instancetype)initWithType:(enum GPHThemeType)type; @property (nonatomic) enum GPHThemeType type; -@property (nonatomic, readonly) UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; +@property (nonatomic, readonly) enum UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientTopColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientBottomColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerSeparatorColor; @@ -1808,13 +1838,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end -@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - - @interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didScrollWithOffset:(CGFloat)offset; - (void)contentDidUpdateWithResultCount:(NSInteger)resultCount error:(NSError * _Nullable)error; @@ -1823,6 +1846,13 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end +@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + SWIFT_CLASS("_TtC10GiphyUISDK14GiphyPingbacks") @interface GiphyPingbacks : NSObject @@ -1859,20 +1889,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK21GiphySearchController") + @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didChooseMediaWithMedia:(GPHMedia * _Nonnull)media; @end - @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)didTapUsername:(NSString * _Nonnull)username; -- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; +- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; @end @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; +- (void)didTapUsername:(NSString * _Nonnull)username; +- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; @end @@ -1964,6 +1994,9 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif @@ -1971,7 +2004,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef GIPHYUISDK_SWIFT_H #define GIPHYUISDK_SWIFT_H #pragma clang diagnostic push @@ -1994,11 +2027,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -2154,14 +2196,45 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; @@ -2169,6 +2242,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #import +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -2176,6 +2250,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -2184,6 +2259,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSString; SWIFT_CLASS("_TtC10GiphyUISDK12CallToAction") @@ -2215,7 +2291,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) Class _Nonnull layer - (void)layoutSubviews; @end -@class NSNumber; @class GPHRequestConfig; @class NSURLResponse; @class NSOperation; @@ -2302,7 +2377,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GPHCache * _ /// Removes all objects from the cache. This method blocks the calling thread until the cache has been cleared. /// Uses a semaphore to achieve synchronicity on the disk cache. - (void)clear; -/// Convenient method that can be used to retrive a gif asset. It will return the caches asset if available or perform the network. /// \param urlString The url of the asset. /// /// \param completion A closure that provide a NSData or an Error. @@ -2739,7 +2813,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK9GPHImages") /// Represents Giphy APIs Supported Languages typedef SWIFT_ENUM(NSInteger, GPHLanguageType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// English (en) GPHLanguageTypeEnglish = 0, /// Spanish (es) @@ -3020,17 +3093,10 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHMedia") SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaCell") @interface GPHMediaCell : UICollectionViewCell - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, getter=isHighlighted) BOOL highlighted; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; - (void)prepareForReuse; @end -@class UIGestureRecognizer; - -@interface GPHMediaCell (SWIFT_EXTENSION(GiphyUISDK)) -- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; -@end - /// Represents a Giphy Media Response (single result) SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") @@ -3054,7 +3120,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") /// Represents a Giphy Object Type (GIF/Sticker/…) typedef SWIFT_ENUM(NSInteger, GPHMediaType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Gif Media Type GPHMediaTypeGif = 0, /// Sticker Media Type @@ -3079,7 +3144,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaView") - (void)loadAssetAt:(NSString * _Nonnull)url queueOriginalRendition:(BOOL)queueOriginalRendition; - (void)cancelLoading; - (nonnull instancetype)initWithImage:(UIImage * _Nullable)image OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(maccatalyst,introduced=13.0) SWIFT_AVAILABILITY(ios,introduced=3.0); +- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(maccatalyst,introduced=13.1) SWIFT_AVAILABILITY(ios,introduced=3.0); - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end @@ -3182,7 +3247,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK18GPHPingbacksClient") /// Represents content rating (y,g, pg, pg-13 or r) typedef SWIFT_ENUM(NSInteger, GPHRatingType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// Rated Y GPHRatingTypeRatedY = 0, /// Rated G @@ -3213,7 +3277,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK10GPHRecents") /// Represents a Giphy Rendition Type (Original/Preview/…) typedef SWIFT_ENUM(NSInteger, GPHRenditionType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Original file size and file dimensions. Good for desktop use. GPHRenditionTypeOriginal = 0, /// Preview image for original. @@ -3361,7 +3424,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHTheme") @interface GPHTheme : NSObject - (nonnull instancetype)initWithType:(enum GPHThemeType)type; @property (nonatomic) enum GPHThemeType type; -@property (nonatomic, readonly) UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; +@property (nonatomic, readonly) enum UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientTopColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientBottomColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerSeparatorColor; @@ -3779,13 +3842,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end -@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - - @interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didScrollWithOffset:(CGFloat)offset; - (void)contentDidUpdateWithResultCount:(NSInteger)resultCount error:(NSError * _Nullable)error; @@ -3794,6 +3850,13 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end +@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + SWIFT_CLASS("_TtC10GiphyUISDK14GiphyPingbacks") @interface GiphyPingbacks : NSObject @@ -3830,20 +3893,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK21GiphySearchController") + @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didChooseMediaWithMedia:(GPHMedia * _Nonnull)media; @end - @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)didTapUsername:(NSString * _Nonnull)username; -- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; +- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; @end @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; +- (void)didTapUsername:(NSString * _Nonnull)username; +- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; @end @@ -3935,10 +3998,15 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.abi.json b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.abi.json new file mode 100644 index 0000000..7e838bb --- /dev/null +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.abi.json @@ -0,0 +1,67469 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHThemeType", + "printedName": "GPHThemeType", + "children": [ + { + "kind": "Var", + "name": "dark", + "printedName": "dark", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDark", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO4darkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "light", + "printedName": "light", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLight", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO5lightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "lightBlur", + "printedName": "lightBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLightBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9lightBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "darkBlur", + "printedName": "darkBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDarkBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8darkBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeAutomatic", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9automaticyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHThemeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTheme", + "printedName": "GPHTheme", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)initWithType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAcA0C4TypeO_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)setType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerScrollIndicatorStyle", + "printedName": "emojiDrawerScrollIndicatorStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientTopColor", + "printedName": "emojiDrawerGradientTopColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientBottomColor", + "printedName": "emojiDrawerGradientBottomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerSeparatorColor", + "printedName": "emojiDrawerSeparatorColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarActiveBackgroundColor", + "printedName": "searchBarActiveBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarBackgroundColor", + "printedName": "searchBarBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellBackgroundColor", + "printedName": "suggestionCellBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellTextColor", + "printedName": "suggestionCellTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderTextColor", + "printedName": "placeholderTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldTextColor", + "printedName": "textFieldTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonColor", + "printedName": "selectButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonTextColor", + "printedName": "selectButtonTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarPadding", + "printedName": "searchBarPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarCornerRadius", + "printedName": "searchBarCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cellCornerRadius", + "printedName": "cellCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldFont", + "printedName": "textFieldFont", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColorForLoadingCells", + "printedName": "backgroundColorForLoadingCells", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "showSuggestionsBar", + "printedName": "showSuggestionsBar", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "buttonIcon", + "printedName": "buttonIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchButtonColor", + "printedName": "searchButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "keyboardAppearance", + "printedName": "keyboardAppearance", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderColor", + "printedName": "placeholderColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColor", + "printedName": "backgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textColor", + "printedName": "textColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "handleBarColor", + "printedName": "handleBarColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gridDimColor", + "printedName": "gridDimColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarSwitchSelectedColor", + "printedName": "tabBarSwitchSelectedColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarBackgroundAlpha", + "printedName": "tabBarBackgroundAlpha", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stickerBackgroundColor", + "printedName": "stickerBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "blurStyle", + "printedName": "blurStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)init", + "mangledName": "$s10GiphyUISDK8GPHThemeCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme", + "mangledName": "$s10GiphyUISDK8GPHThemeC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHNetworkReachability", + "printedName": "GPHNetworkReachability", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHNetworkReachability", + "printedName": "GiphyUISDK.GPHNetworkReachability", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isReachable", + "printedName": "isReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFileExtension", + "printedName": "GPHFileExtension", + "children": [ + { + "kind": "Var", + "name": "mp4", + "printedName": "mp4", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionMp4", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3mp4yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionGif", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "webp", + "printedName": "webp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionWebp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO4webpyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHFileExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMedia", + "printedName": "GPHMedia", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caption", + "printedName": "caption", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexable", + "printedName": "indexable", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyUrl", + "printedName": "bitlyUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyGifUrl", + "printedName": "bitlyGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "embedUrl", + "printedName": "embedUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourceTld", + "printedName": "sourceTld", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourcePostUrl", + "printedName": "sourcePostUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "images", + "printedName": "images", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredTags", + "printedName": "featuredTags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "importDate", + "printedName": "importDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "createDate", + "printedName": "createDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "updateDate", + "printedName": "updateDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingDate", + "printedName": "trendingDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isDynamic", + "printedName": "isDynamic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variationCount", + "printedName": "variationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analytics", + "printedName": "analytics", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analyticsResponsePayload", + "printedName": "analyticsResponsePayload", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animatedTextStyle", + "printedName": "animatedTextStyle", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHidden", + "printedName": "isHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRemoved", + "printedName": "isRemoved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isCommunity", + "printedName": "isCommunity", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnonymous", + "printedName": "isAnonymous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFeatured", + "printedName": "isFeatured", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRealtime", + "printedName": "isRealtime", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isIndexable", + "printedName": "isIndexable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isSticker", + "printedName": "isSticker", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasAttribution", + "printedName": "hasAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "callToAction", + "printedName": "callToAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:type:url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init:type:url:", + "mangledName": "$s10GiphyUISDK8GPHMediaC_4type3urlACSS_AA0C4TypeOSStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHMediaC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init", + "mangledName": "$s10GiphyUISDK8GPHMediaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "url", + "printedName": "url(rendition:fileType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)urlWithRendition:fileType:", + "mangledName": "$s10GiphyUISDK8GPHMediaC3url9rendition8fileTypeSSSgAA012GPHRenditionG0O_AA16GPHFileExtensionOtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "aspectRatio", + "printedName": "aspectRatio", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isVideo", + "printedName": "isVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "RawDocComment", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDetailURL", + "printedName": "videoDetailURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smallVideoAssetURL", + "printedName": "smallVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "clipsDetailVideoAssetURL", + "printedName": "clipsDetailVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "availableMp4Url", + "printedName": "availableMp4Url()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)availableMp4Url", + "mangledName": "$s10GiphyUISDK8GPHMediaC15availableMp4UrlSSyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isEmoji", + "printedName": "isEmoji", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setIsEmoji:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksEventType", + "printedName": "pingbacksEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksAttributes", + "printedName": "pingbacksAttributes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setPingbacksAttributes:", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setResponseId:", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia", + "mangledName": "$s10GiphyUISDK8GPHMediaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackSubmissionQueue", + "printedName": "PingbackSubmissionQueue", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:debugLogger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DebugLogger", + "printedName": "GiphyUISDK.DebugLogger", + "usr": "s:10GiphyUISDK11DebugLoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue(im)init", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "children": [ + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHAttributionDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionView", + "printedName": "GPHAttributionView", + "children": [ + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionView", + "printedName": "GiphyUISDK.GPHAttributionView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyAttributionViewController", + "printedName": "GiphyAttributionViewController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHAttributionDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyAttributionViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackDeduplicator", + "printedName": "PingbackDeduplicator", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "needTrack", + "printedName": "needTrack(mediaId:responseId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "AssociatedType", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "declKind": "AssociatedType", + "usr": "s:10GiphyUISDK11GPHMappableP0C6ObjectQa", + "mangledName": "$s10GiphyUISDK11GPHMappableP0C6ObjectQa", + "moduleName": "GiphyUISDK", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.GPHMappableObject" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:format:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseURL", + "printedName": "parseURL(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseRating", + "printedName": "parseRating(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseInt", + "printedName": "parseInt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseString", + "printedName": "parseString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHUser", + "printedName": "GPHUser", + "children": [ + { + "kind": "Var", + "name": "username", + "printedName": "username", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDescription", + "printedName": "userDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "attributionDisplayName", + "printedName": "attributionDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitter", + "printedName": "twitter", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitterUrl", + "printedName": "twitterUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "facebookUrl", + "printedName": "facebookUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagramUrl", + "printedName": "instagramUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagram", + "printedName": "instagram", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteUrl", + "printedName": "websiteUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteDisplayUrl", + "printedName": "websiteDisplayUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tumblrUrl", + "printedName": "tumblrUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "avatarUrl", + "printedName": "avatarUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerUrl", + "printedName": "bannerUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "profileUrl", + "printedName": "profileUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "youtubeUrl", + "printedName": "youtubeUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktokUrl", + "printedName": "tiktokUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktok", + "printedName": "tiktok", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userType", + "printedName": "userType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPublic", + "printedName": "isPublic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isStaff", + "printedName": "isStaff", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVerified", + "printedName": "isVerified", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suppressChrome", + "printedName": "suppressChrome", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loginDate", + "printedName": "loginDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "joinDate", + "printedName": "joinDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init:", + "mangledName": "$s10GiphyUISDK7GPHUserCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isEqual:", + "mangledName": "$s10GiphyUISDK7GPHUserC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK7GPHUserC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init", + "mangledName": "$s10GiphyUISDK7GPHUserCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(py)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(im)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser", + "mangledName": "$s10GiphyUISDK7GPHUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCategory", + "printedName": "GPHCategory", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nameEncoded", + "printedName": "nameEncoded", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "encodedPath", + "printedName": "encodedPath", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "subCategories", + "printedName": "subCategories", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jsonRepresentation", + "printedName": "jsonRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:nameEncoded:encodedPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init:nameEncoded:encodedPath:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC_11nameEncoded11encodedPathACSS_S2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCategory?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl", + "Convenience", + "Required", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodeWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC6encode4withySo7NSCoderC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)isEqual:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init", + "mangledName": "$s10GiphyUISDK11GPHCategoryCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addSubCategory", + "printedName": "addSubCategory(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)addSubCategory:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14addSubCategoryyyACF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(py)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory", + "mangledName": "$s10GiphyUISDK11GPHCategoryC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTextField", + "printedName": "GPHTextField", + "children": [ + { + "kind": "Var", + "name": "next", + "printedName": "next", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(py)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "canPerformAction", + "printedName": "canPerformAction(_:withSender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)canPerformAction:withSender:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC16canPerformAction_10withSenderSb10ObjectiveC8SelectorV_ypSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "canPerformAction:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textRect", + "printedName": "textRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)textRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC8textRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "textRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "editingRect", + "printedName": "editingRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)editingRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC11editingRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "editingRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTextField?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextField", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextField", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAsset", + "printedName": "GPHVideoAsset", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(py)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(im)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHResponse", + "printedName": "GPHResponse", + "children": [ + { + "kind": "Var", + "name": "meta", + "printedName": "meta", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(py)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)setMeta:", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init", + "mangledName": "$s10GiphyUISDK11GPHResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init:", + "mangledName": "$s10GiphyUISDK11GPHResponseCyAcA7GPHMetaCcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(py)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(im)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "mangledName": "$s10GiphyUISDK11GPHResponseC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHOMData", + "printedName": "GPHOMData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData(im)init", + "mangledName": "$s10GiphyUISDK9GPHOMDataCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData", + "mangledName": "$s10GiphyUISDK9GPHOMDataC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSuggestion", + "printedName": "GPHSuggestion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:term:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion(im)init", + "mangledName": "$s10GiphyUISDK13GPHSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchSuggestionType", + "printedName": "GPHSearchSuggestionType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "autocomplete", + "printedName": "autocomplete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "channels", + "printedName": "channels", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFilterable", + "printedName": "GPHFilterable", + "children": [ + { + "kind": "Var", + "name": "filter", + "printedName": "filter", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cpy)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Final", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)setFilter:", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isValidObject", + "printedName": "isValidObject()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)isValidObject", + "mangledName": "$s10GiphyUISDK13GPHFilterableC13isValidObjectSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)init", + "mangledName": "$s10GiphyUISDK13GPHFilterableCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "mangledName": "$s10GiphyUISDK13GPHFilterableC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClipsViewController", + "printedName": "GPHClipsViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)init", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHClipsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyViewController", + "printedName": "GiphyViewController", + "children": [ + { + "kind": "Var", + "name": "swiftUIEnabled", + "printedName": "swiftUIEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setSwiftUIEnabled:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholderText", + "printedName": "placeholderText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setPlaceholderText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "disableClipsWarning", + "printedName": "disableClipsWarning", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDisableClipsWarning:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "confirmationScreenChooseButtonText", + "printedName": "confirmationScreenChooseButtonText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setConfirmationScreenChooseButtonText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "noResultsText", + "printedName": "noResultsText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setNoResultsText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicText", + "printedName": "enableDynamicText", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setEnableDynamicText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showMoreByUser", + "printedName": "showMoreByUser", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowMoreByUser:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stickerColumnCount", + "printedName": "stickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setStickerColumnCount:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setMediaConfig", + "printedName": "setMediaConfig(types:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setMediaConfigWithTypes:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14setMediaConfig5typesySaySiG_tF", + "moduleName": "GiphyUISDK", + "objc_name": "setMediaConfigWithTypes:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dimBackground", + "printedName": "dimBackground", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDimBackground:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fileExtension", + "printedName": "fileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setFileExtension:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "prefersStatusBarHidden", + "printedName": "prefersStatusBarHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "trayHeightMultiplier", + "printedName": "trayHeightMultiplier", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cpy)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)setTrayHeightMultiplier:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier14CoreFoundation7CGFloatVvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CallToAction", + "printedName": "CallToAction", + "children": [ + { + "kind": "Var", + "name": "link", + "printedName": "link", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)init", + "mangledName": "$s10GiphyUISDK12CallToActionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction", + "mangledName": "$s10GiphyUISDK12CallToActionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerView", + "printedName": "GPHVideoPlayerView", + "children": [ + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "maxLoopsBeforeMute", + "printedName": "maxLoopsBeforeMute", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)setMaxLoopsBeforeMute:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cm)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "preloadFirstFrame", + "printedName": "preloadFirstFrame(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)preloadFirstFrameWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC17preloadFirstFrame5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepare", + "printedName": "prepare(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)prepareWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC7prepare5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC20playerStateDidChangeyyAA0cdG0OF", + "moduleName": "GiphyUISDK", + "objc_name": "playerStateDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "objc_name": "playerDidFail:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC14mediaDidChange0F0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestConfig", + "printedName": "GPHRequestConfig", + "children": [ + { + "kind": "Var", + "name": "base", + "printedName": "base", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setBase:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "queryItems", + "printedName": "queryItems", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setQueryItems:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "headers", + "printedName": "headers", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHeaders:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "httpBody", + "printedName": "httpBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHttpBody:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setContentType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setPath:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestType", + "printedName": "requestType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRequestType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setApiKey:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "retry", + "printedName": "retry", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRetry:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC5retrySivM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "timeoutInterval", + "printedName": "timeoutInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setTimeoutInterval:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "getRequest", + "printedName": "getRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)getRequest", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10getRequest10Foundation10URLRequestVyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)init", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksClient", + "printedName": "GPHPingbacksClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setUserId:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksClient", + "printedName": "GiphyUISDK.GPHPingbacksClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "submitSession", + "printedName": "submitSession(_:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHPingbacksAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackUser", + "printedName": "GPHPingbackUser", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(userId:loggedInUserId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK15GPHPingbackUserC", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "children": [ + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBar", + "printedName": "GPHSearchBar", + "children": [ + { + "kind": "Function", + "name": "beginEditing", + "printedName": "beginEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endEditing", + "printedName": "endEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setText", + "printedName": "setText(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHSearchBar?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFieldShouldEndEditing", + "printedName": "textFieldShouldEndEditing(_:)", + "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@GiphyUISDK@objc(cs)GPHSearchBar(im)textFieldShouldEndEditing:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC25textFieldShouldEndEditingySbSo06UITextF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "textFieldShouldEndEditing:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImage", + "printedName": "GPHImage", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rendition", + "printedName": "rendition", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifUrl", + "printedName": "gifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stillGifUrl", + "printedName": "stillGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frames", + "printedName": "frames", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifSize", + "printedName": "gifSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPUrl", + "printedName": "webPUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPSize", + "printedName": "webPSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Url", + "printedName": "mp4Url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Size", + "printedName": "mp4Size", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:rendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init:rendition:", + "mangledName": "$s10GiphyUISDK8GPHImageC_9renditionACSS_AA16GPHRenditionTypeOtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHImageC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHImageC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init", + "mangledName": "$s10GiphyUISDK8GPHImageCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(py)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(im)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage", + "mangledName": "$s10GiphyUISDK8GPHImageC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWrapperViewController", + "printedName": "GPHWrapperViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)init", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHWrapperViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "transitionDuration", + "printedName": "transitionDuration(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerContextTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)transitionDuration:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC18transitionDuration5usingSdSo06UIViewE20ContextTransitioning_pSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "transitionDuration:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animateTransition", + "printedName": "animateTransition(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animateTransition:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC17animateTransition5usingySo06UIViewE20ContextTransitioning_p_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animateTransition:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forDismissed:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForDismissedController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forDismissedSo06UIViewE21AnimatedTransitioning_pSgSo0iE0C_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForDismissedController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forPresented:presenting:source:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForPresentedController:presentingController:sourceController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forPresented10presenting6sourceSo06UIViewE21AnimatedTransitioning_pSgSo0kE0C_A2KtF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForPresentedController:presentingController:sourceController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "children": [ + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety14CoreFoundation7CGFloatV_tF", + "mangledName": "$s10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyGridController", + "printedName": "GiphyGridController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHGridDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "direction", + "printedName": "direction", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDirection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "content", + "printedName": "content", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setContent:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellPadding", + "printedName": "cellPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setCellPadding:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC11cellPadding14CoreFoundation7CGFloatVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfTracks", + "printedName": "numberOfTracks", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setNumberOfTracks", + "printedName": "setNumberOfTracks(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setNumberOfTracks:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17setNumberOfTracksyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setFixedSizeCells:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageFileExtensionForDynamicAssets", + "printedName": "imageFileExtensionForDynamicAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setImageFileExtensionForDynamicAssets:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)init", + "mangledName": "$s10GiphyUISDK0A14GridControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicResultsInTextSearch", + "printedName": "enableDynamicResultsInTextSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setEnableDynamicResultsInTextSearch:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "update", + "printedName": "update()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)update", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6updateyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)scrollViewDidScroll:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC19scrollViewDidScrollyySo08UIScrollF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "ObjC", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyGridController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:numberOfItemsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_22numberOfItemsInSectionSiSo012UICollectionF0C_SitF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:numberOfItemsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfSectionsInCollectionView:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16numberOfSections2inSiSo16UICollectionViewC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfSectionsInCollectionView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cellForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_13cellForItemAtSo012UICollectionF4CellCSo0kF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:cellForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:sizeForSectionItem:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfColumnsForItemAt:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)scrollDirection", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15scrollDirectionSo022UICollectionViewScrollF0VyF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollDirection", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:willDisplay:forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_11willDisplay9forItemAtySo012UICollectionF0C_So0lF4CellC10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:contextMenuConfigurationForItemAt:point:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIContextMenuConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIContextMenuConfiguration", + "printedName": "UIKit.UIContextMenuConfiguration", + "usr": "c:objc(cs)UIContextMenuConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_33contextMenuConfigurationForItemAt5pointSo09UIContexthI0CSgSo012UICollectionF0C_10Foundation9IndexPathVSo7CGPointVtF", + "moduleName": "GiphyUISDK", + "intro_iOS": "13.0", + "objc_name": "collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaForIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaIsLoadedAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController", + "mangledName": "$s10GiphyUISDK0A14GridControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackHTTPError", + "printedName": "GPHPingbackHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackHTTPError", + "printedName": "GiphyUISDK.GPHPingbackHTTPError", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Giphy", + "printedName": "Giphy", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(cm)configureWithApiKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A0C9configure6apiKey16verificationMode8metadataySS_SbSDyS2SGtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:metadata:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Giphy", + "printedName": "GiphyUISDK.Giphy", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(im)init", + "mangledName": "$s10GiphyUISDK0A0CACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy", + "mangledName": "$s10GiphyUISDK0A0C", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyDelegate", + "printedName": "GiphyDelegate", + "children": [ + { + "kind": "Function", + "name": "didSearch", + "printedName": "didSearch(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSearchFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didSearch3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSearchFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCreate", + "printedName": "didCreate(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didCreateFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didCreate3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didCreateFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5mediayAA0ahI0C_AA8GPHMediaCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:contentType:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5media11contentTypeyAA0ahI0C_AA8GPHMediaCAA010GPHContentL0OtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:contentType:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didDismiss", + "printedName": "didDismiss(controller:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didDismissWithController:", + "mangledName": "$s10GiphyUISDK0A8DelegateP10didDismiss10controlleryAA0A14ViewControllerCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didDismissWithController:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapSuggestion", + "printedName": "didTapSuggestion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didTapSuggestion:", + "mangledName": "$s10GiphyUISDK0A8DelegateP16didTapSuggestionyyAA13GPHSuggestionCF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A8DelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A8DelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate", + "mangledName": "$s10GiphyUISDK0A8DelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphySearchController", + "printedName": "GiphySearchController", + "children": [ + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillDisappear", + "printedName": "viewWillDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC17viewWillDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphySearchController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarBackButtonTapped", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC25searchBarBackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarFocusDidChange:focused:text:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC23searchBarFocusDidChange_7focused4textyAA09GPHSearchF0C_SbSStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarTextDidChange:query:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22searchBarTextDidChange_5queryyAA09GPHSearchF0C_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)selectedContentTypeDidChange:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC28selectedContentTypeDidChangeyyAA010GPHContentG0OF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didChooseMediaWithMedia:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapUsername", + "printedName": "didTapUsername(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didTapUsername:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didTapUsernameyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didLongPressCell", + "printedName": "didLongPressCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didLongPressCell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16didLongPressCellyyAA08GPHMediaH0CSgF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "objc_name": "errorDidOccur:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "objc_name": "syntheticErrorDidOccur", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVKit", + "printedName": "AVKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTextLoadingView", + "printedName": "GPHTextLoadingView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextLoadingView", + "printedName": "GiphyUISDK.GPHTextLoadingView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaCell", + "printedName": "GPHMediaCell", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)prepareForReuse", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC15prepareForReuseyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prepareForReuse", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewCell", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewCell", + "UIKit.UICollectionReusableView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "CodableBool", + "printedName": "CodableBool", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolVACycfc", + "mangledName": "$s10GiphyUISDK11CodableBoolVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableBoolV", + "mangledName": "$s10GiphyUISDK11CodableBoolV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableDate", + "printedName": "CodableDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateVACycfc", + "mangledName": "$s10GiphyUISDK11CodableDateVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableDateV", + "mangledName": "$s10GiphyUISDK11CodableDateV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableStrToInt", + "printedName": "CodableStrToInt", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntVACycfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableStrToIntV", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableIntToStr", + "printedName": "CodableIntToStr", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrVACycfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableIntToStrV", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHRatingType", + "printedName": "CodableGPHRatingType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHMediaType", + "printedName": "CodableGPHMediaType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyCodable", + "printedName": "AnyCodable", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvp", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvg", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvs", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvM", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK10AnyCodableV", + "mangledName": "$s10GiphyUISDK10AnyCodableV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAnalyticsEvent", + "printedName": "GPHAnalyticsEvent", + "children": [ + { + "kind": "Var", + "name": "eventType", + "printedName": "eventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(analyticsResponsePayload:eventType:actionType:gifId:tid:ts:attributes:userId:loggedInUserId:randomId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListCategoryResponse", + "printedName": "GPHListCategoryResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC_4data10paginationAcA7GPHMetaC_SayAA11GPHCategoryCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerState", + "printedName": "GPHVideoPlayerState", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateUnknown", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7unknownyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "readyToPlay", + "printedName": "readyToPlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateReadyToPlay", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO11readyToPlayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePlaying", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7playingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePaused", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO6pausedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateRepeated", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8repeatedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "idle", + "printedName": "idle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateIdle", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO4idleyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerState?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "children": [ + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP06playerE9DidChangeyyAA0cdE0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP14mediaDidChange0G0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "CaptionState", + "printedName": "CaptionState", + "children": [ + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CaptionState", + "printedName": "GiphyUISDK.CaptionState", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState(im)init", + "mangledName": "$s10GiphyUISDK12CaptionStateCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState", + "mangledName": "$s10GiphyUISDK12CaptionStateC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayer", + "printedName": "GPHVideoPlayer", + "children": [ + { + "kind": "Var", + "name": "playerView", + "printedName": "playerView", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHVideoPlayerView?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(py)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)setPlayerView:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)addWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC3add8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)removeWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6remove8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareMedia", + "printedName": "prepareMedia(media:view:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)prepareMediaWithMedia:view:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12prepareMedia5media4viewyAA8GPHMediaC_AA0cD4ViewCSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadMedia", + "printedName": "loadMedia(media:autoPlay:muteOnPlay:view:repeatable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)loadMediaWithMedia:autoPlay:muteOnPlay:view:repeatable:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC9loadMedia5media8autoPlay06muteOnI04view10repeatableyAA8GPHMediaC_S2bAA0cD4ViewCSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)pause", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC5pauseyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resume", + "printedName": "resume()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)resume", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6resumeyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mute", + "printedName": "mute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)mute:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4muteyySbF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)stop", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4stopyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "observeValue", + "printedName": "observeValue(forKeyPath:of:change:context:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSKeyValueChangeKey", + "printedName": "Foundation.NSKeyValueChangeKey", + "usr": "c:@T@NSKeyValueChangeKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)observeValueForKeyPath:ofObject:change:context:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12observeValue10forKeyPath2of6change7contextySSSg_ypSgSDySo05NSKeyf6ChangeH0aypGSgSvSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "observeValueForKeyPath:ofObject:change:context:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyCore", + "printedName": "GiphyCore", + "children": [ + { + "kind": "Var", + "name": "versionName", + "printedName": "versionName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppExtension", + "printedName": "isAppExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cpy)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:name:versionName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)configureWithApiKey:verificationMode:name:versionName:", + "mangledName": "$s10GiphyUISDK0A4CoreC9configure6apiKey16verificationMode4name11versionNameySS_SbS2StFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:name:versionName:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomHeaders", + "printedName": "setCustomHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setCustomHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A4CoreC16setCustomHeaders10parametersySDyS2SG_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setCustomHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFilter", + "printedName": "setFilter(filter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setFilterWithFilter:", + "mangledName": "$s10GiphyUISDK0A4CoreC9setFilter6filterySbAA13GPHFilterableCc_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setFilterWithFilter:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyCore", + "printedName": "GiphyUISDK.GiphyCore", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(im)init", + "mangledName": "$s10GiphyUISDK0A4CoreCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore", + "mangledName": "$s10GiphyUISDK0A4CoreC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListChannelResponse", + "printedName": "GPHListChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC_4data10paginationAcA7GPHMetaC_SayAA10GPHChannelCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksAbstractClient", + "printedName": "GPHPingbacksAbstractClient", + "children": [ + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setTimeout:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksAbstractClient", + "printedName": "GiphyUISDK.GPHPingbacksAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClient", + "printedName": "GPHClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customHeaders", + "printedName": "customHeaders", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setCustomHeaders:", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "gifByID", + "printedName": "gifByID(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifByID:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7gifByID_15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SdyAA16GPHMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gifsByIDs", + "printedName": "gifsByIDs(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifsByIDs:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC9gifsByIDs_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSaySSG_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emoji", + "printedName": "emoji(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC5emoji6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "emojiWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "defaultEmojis", + "printedName": "defaultEmojis(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC13defaultEmojis6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emojiVariationsByID", + "printedName": "emojiVariationsByID(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiVariationsByID:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC19emojiVariationsByID_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trendingSearches", + "printedName": "trendingSearches(timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)trendingSearchesWithTimeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC16trendingSearches15timeoutInterval17completionHandlerSo11NSOperationCSd_yAA29GPHListTermSuggestionResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "trendingSearchesWithTimeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "channelsSearch", + "printedName": "channelsSearch(_:offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListChannelResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)channelsSearch:offset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC14channelsSearch_6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSS_S2iSdyAA22GPHListChannelResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)animate:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7animate_15timeoutInterval17completionHandlerSo11NSOperationCSS_SdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK9GPHClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "declAttributes": [ + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient", + "mangledName": "$s10GiphyUISDK9GPHClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "superclassNames": [ + "GiphyUISDK.GPHAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListTermSuggestionResponse", + "printedName": "GPHListTermSuggestionResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMeta?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC_4dataAcA7GPHMetaCSg_SaySSGSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GradientDirection", + "printedName": "GradientDirection", + "children": [ + { + "kind": "Var", + "name": "horizontal", + "printedName": "horizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "vertical", + "printedName": "vertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "diagonal", + "printedName": "diagonal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "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:10GiphyUISDK17GradientDirectionO9hashValueSivp", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GradientDirectionO9hashValueSivg", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GradientDirectionO", + "mangledName": "$s10GiphyUISDK17GradientDirectionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GradientView", + "printedName": "GradientView", + "children": [ + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cm)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GradientViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GradientView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GradientViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView", + "mangledName": "$s10GiphyUISDK12GradientViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHStickerColumnCount", + "printedName": "GPHStickerColumnCount", + "children": [ + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "two", + "printedName": "two", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountTwo", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO3twoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "three", + "printedName": "three", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountThree", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO5threeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "four", + "printedName": "four", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountFour", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO4fouryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHStickerColumnCount?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHGifButtonColor", + "printedName": "GPHGifButtonColor", + "children": [ + { + "kind": "Var", + "name": "pink", + "printedName": "pink", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorPink", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4pinkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "blue", + "printedName": "blue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlue", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4blueyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "black", + "printedName": "black", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlack", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5blackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "white", + "printedName": "white", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorWhite", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5whiteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGifButtonColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequest", + "printedName": "GPHCoreRequest", + "children": [ + { + "kind": "Function", + "name": "main", + "printedName": "main()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest(im)main", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC4mainyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "main", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperationWithCompletion", + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequestType", + "printedName": "GPHCoreRequestType", + "children": [ + { + "kind": "Var", + "name": "post", + "printedName": "post", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "get", + "printedName": "get", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "put", + "printedName": "put", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "patch", + "printedName": "patch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delete", + "printedName": "delete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "upload", + "printedName": "upload", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCoreRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestRouter", + "printedName": "GPHRequestRouter", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestRouter.Type) -> (Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestRouter.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "encodedURLQueryItem", + "printedName": "encodedURLQueryItem(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + }, + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asURLRequest", + "printedName": "asURLRequest(_:httpBody:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK16GPHRequestRouterO", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaViewDelegate", + "printedName": "GPHMediaViewDelegate", + "children": [ + { + "kind": "Function", + "name": "didPressMoreByUser", + "printedName": "didPressMoreByUser(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate(im)didPressMoreByUser:", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP18didPressMoreByUseryySSF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMediaViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaView", + "printedName": "GPHMediaView", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setDelegate:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showAttribution", + "printedName": "showAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setShowAttribution:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setTheme:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)init", + "mangledName": "$s10GiphyUISDK12GPHMediaViewCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "loadAsset", + "printedName": "loadAsset(at:queueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)loadAssetAt:queueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC9loadAsset2at22queueOriginalRenditionySS_SbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelLoading", + "printedName": "cancelLoading()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)cancelLoading", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC13cancelLoadingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5imageACSo7UIImageCSg_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:highlightedImage:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:highlightedImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5image16highlightedImageACSo7UIImageCSg_AHtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "intro_iOS": "3.0", + "objc_name": "initWithImage:highlightedImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setMedia", + "printedName": "setMedia(_:rendition:shouldQueueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:rendition:shouldQueueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8setMedia_9rendition28shouldQueueOriginalRenditionyAA0C0C_AA16GPHRenditionTypeOSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)GiphyYYAnimatedImageView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GiphyYYAnimatedImageView", + "UIKit.UIImageView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelResponse", + "printedName": "GPHChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAssets", + "printedName": "GPHVideoAssets", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lowRes", + "printedName": "lowRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "small", + "printedName": "small", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "medium", + "printedName": "medium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "large", + "printedName": "large", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "highRes", + "printedName": "highRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)isEqual:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(py)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(im)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecents", + "printedName": "GPHRecents", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC5clearyyFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "ids", + "printedName": "ids", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecents", + "printedName": "GiphyUISDK.GPHRecents", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents(im)init", + "mangledName": "$s10GiphyUISDK10GPHRecentsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents", + "mangledName": "$s10GiphyUISDK10GPHRecentsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecentSearches", + "printedName": "GPHRecentSearches", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecentSearches", + "printedName": "GiphyUISDK.GPHRecentSearches", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches(im)init", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "children": [ + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "impressionOccurred", + "printedName": "impressionOccurred(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)impressionOccurredWithMedia:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP18impressionOccurred5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "impressionOccurredWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingManager", + "printedName": "GPHTrackingManager", + "children": [ + { + "kind": "Var", + "name": "placementContext", + "printedName": "placementContext", + "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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userID", + "printedName": "userID", + "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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTrackingDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(collectionView:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateTracking", + "printedName": "updateTracking()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)updateTracking", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14updateTrackingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "track", + "printedName": "track(media:userID:actionType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)trackWithMedia:userID:actionType:", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5track5media6userID10actionTypeSbAA8GPHMediaC_SSAA09GPHActionJ0OtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "trackWithMedia:userID:actionType:", + "declAttributes": [ + "AccessControl", + "ObjC", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)reset", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5resetyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)init", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideo", + "printedName": "GPHVideo", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoAssets", + "printedName": "videoAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDescription", + "printedName": "videoDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init:", + "mangledName": "$s10GiphyUISDK8GPHVideoCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHVideoC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init", + "mangledName": "$s10GiphyUISDK8GPHVideoCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(py)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(im)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo", + "mangledName": "$s10GiphyUISDK8GPHVideoC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannel", + "printedName": "GPHChannel", + "children": [ + { + "kind": "Var", + "name": "StickersRootId", + "printedName": "StickersRootId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cpy)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cm)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "parent", + "printedName": "parent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shortDisplayName", + "printedName": "shortDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "descriptionText", + "printedName": "descriptionText", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasChildren", + "printedName": "hasChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isLive", + "printedName": "isLive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPrivate", + "printedName": "isPrivate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVisible", + "printedName": "isVisible", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numChildren", + "printedName": "numChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerImage", + "printedName": "bannerImage", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredGif", + "printedName": "featuredGif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ancestors", + "printedName": "ancestors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init:", + "mangledName": "$s10GiphyUISDK10GPHChannelCyACSicfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHChannelC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init", + "mangledName": "$s10GiphyUISDK10GPHChannelCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(py)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(im)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel", + "mangledName": "$s10GiphyUISDK10GPHChannelC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCache", + "printedName": "GPHCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cpy)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cm)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cache", + "printedName": "cache", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(py)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)setCache:", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)clear", + "mangledName": "$s10GiphyUISDK8GPHCacheC5clearyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAssetData", + "printedName": "downloadAssetData(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Foundation.Data?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.Data?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.Data?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAssetData:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC17downloadAssetData_10completionSo012NSURLSessionF4TaskCSgSS_y10Foundation0F0VSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAsset", + "printedName": "downloadAsset(_:key:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyYYImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyYYImage", + "printedName": "GiphyUISDK.GiphyYYImage", + "usr": "c:objc(cs)GiphyYYImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAsset:key:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC13downloadAsset_3key10completionSo20NSURLSessionDataTaskCSgSS_SSSgySo0A7YYImageCSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)init", + "mangledName": "$s10GiphyUISDK8GPHCacheCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache", + "mangledName": "$s10GiphyUISDK8GPHCacheC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHEventType", + "printedName": "GPHEventType", + "children": [ + { + "kind": "Var", + "name": "recentlyPicked", + "printedName": "recentlyPicked", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHEventType.Type) -> GiphyUISDK.GPHEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHEventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHEventType@GPHEventTypeRecentlyPicked", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO14recentlyPickedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHEventType", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHActionType", + "printedName": "GPHActionType", + "children": [ + { + "kind": "Var", + "name": "seen", + "printedName": "seen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSeen", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4seenyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "hover", + "printedName": "hover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeHover", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5hoveryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "click", + "printedName": "click", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeClick", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5clickyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sent", + "printedName": "sent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSent", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4sentyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "favorite", + "printedName": "favorite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeFavorite", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8favoriteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeStart", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5startyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "longpress", + "printedName": "longpress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeLongpress", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO9longpressyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHActionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHActionType", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListMediaResponse", + "printedName": "GPHListMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC_4data10paginationAcA7GPHMetaC_SayAA8GPHMediaCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaResponse", + "printedName": "GPHMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestType", + "printedName": "GPHRequestType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "animate", + "printedName": "animate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "variations", + "printedName": "variations", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK14GPHRequestTypeO", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContent", + "printedName": "GPHContent", + "children": [ + { + "kind": "Var", + "name": "contentCopy", + "printedName": "contentCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(py)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingGifs", + "printedName": "trendingGifs", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingVideo", + "printedName": "trendingVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingStickers", + "printedName": "trendingStickers", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingText", + "printedName": "trendingText", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "emojiVariations", + "printedName": "emojiVariations(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emojiVariations:", + "mangledName": "$s10GiphyUISDK10GPHContentC15emojiVariationsyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "search", + "printedName": "search(withQuery:mediaType:language:includeDynamicResults:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)searchWithQuery:mediaType:language:includeDynamicResults:", + "mangledName": "$s10GiphyUISDK10GPHContentC6search9withQuery9mediaType8language21includeDynamicResultsACSS_AA08GPHMediaH0OAA011GPHLanguageH0OSbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)animate:", + "mangledName": "$s10GiphyUISDK10GPHContentC7animateyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trending", + "printedName": "trending(mediaType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingWithMediaType:", + "mangledName": "$s10GiphyUISDK10GPHContentC8trending9mediaTypeAcA08GPHMediaF0O_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHContentC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)init", + "mangledName": "$s10GiphyUISDK10GPHContentCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent", + "mangledName": "$s10GiphyUISDK10GPHContentC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContentType", + "printedName": "GPHContentType", + "children": [ + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeRecents", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gifs", + "printedName": "gifs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeGifs", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4gifsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "clips", + "printedName": "clips", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeClips", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5clipsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "stickers", + "printedName": "stickers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeStickers", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8stickersyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeText", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeEmoji", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHContentType", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHAbstractClient", + "printedName": "GPHAbstractClient", + "children": [ + { + "kind": "Var", + "name": "_apiKey", + "printedName": "_apiKey", + "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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)set_apiKey:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateUserAgent", + "printedName": "updateUserAgent(agent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "httpRequest", + "printedName": "httpRequest(with:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)httpRequestWith:completionHandler:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC11httpRequest4with17completionHandlerSo11NSOperationCAA16GPHRequestConfigC_ySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "httpRequestWith:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseJSONResponse", + "printedName": "parseJSONResponse(_:completionHandler:)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(τ_0_0?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHResponse, τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isNetworkReachable", + "printedName": "isNetworkReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImages", + "printedName": "GPHImages", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init:", + "mangledName": "$s10GiphyUISDK9GPHImagesCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK9GPHImagesC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)isEqual:", + "mangledName": "$s10GiphyUISDK9GPHImagesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init", + "mangledName": "$s10GiphyUISDK9GPHImagesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "rendition", + "printedName": "rendition(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)rendition:", + "mangledName": "$s10GiphyUISDK9GPHImagesC9renditionyAA8GPHImageCSgAA16GPHRenditionTypeOF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(py)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages", + "mangledName": "$s10GiphyUISDK9GPHImagesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSession", + "printedName": "GPHSession", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sessionId", + "printedName": "sessionId", + "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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK10GPHSessionC", + "mangledName": "$s10GiphyUISDK10GPHSessionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHIcons", + "printedName": "GPHIcons", + "children": [ + { + "kind": "Function", + "name": "giphyLogo", + "printedName": "giphyLogo()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "mangledName": "$s10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHIcons", + "printedName": "GiphyUISDK.GPHIcons", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons(im)init", + "mangledName": "$s10GiphyUISDK8GPHIconsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons", + "mangledName": "$s10GiphyUISDK8GPHIconsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DebugLogger", + "printedName": "DebugLogger", + "children": [ + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.DebugLogger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "logLevel", + "printedName": "logLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11DebugLoggerC3logyySSF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC3logyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK11DebugLoggerC", + "mangledName": "$s10GiphyUISDK11DebugLoggerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHJSONMappingError", + "printedName": "GPHJSONMappingError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHJSONMappingError", + "printedName": "GiphyUISDK.GPHJSONMappingError", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHHTTPError", + "printedName": "GPHHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHHTTPError", + "printedName": "GiphyUISDK.GPHHTTPError", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "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": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaType", + "printedName": "GPHMediaType", + "children": [ + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeGif", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sticker", + "printedName": "sticker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeSticker", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO7stickeryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeText", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeVideo", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO5videoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endpointPathComponent", + "printedName": "endpointPathComponent", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRenditionType", + "printedName": "GPHRenditionType", + "children": [ + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginal", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8originalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginalStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO13originalStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypePreview", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7previewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeLooping", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7loopingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeight", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO11fixedHeightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO22fixedHeightDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedHeightSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidth", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO10fixedWidthyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedWidthDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO20fixedWidthSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsized", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO9downsizedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedMedium", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15downsizedMediumyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedLarge", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedLargeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRenditionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHLanguageType", + "printedName": "GPHLanguageType", + "children": [ + { + "kind": "Var", + "name": "english", + "printedName": "english", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeEnglish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7englishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "spanish", + "printedName": "spanish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSpanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7spanishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "portuguese", + "printedName": "portuguese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePortuguese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10portugueseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "indonesian", + "printedName": "indonesian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeIndonesian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10indonesianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "french", + "printedName": "french", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFrench", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6frenchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "arabic", + "printedName": "arabic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeArabic", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6arabicyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "turkish", + "printedName": "turkish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeTurkish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7turkishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "thai", + "printedName": "thai", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeThai", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO4thaiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "vietnamese", + "printedName": "vietnamese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeVietnamese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10vietnameseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "german", + "printedName": "german", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeGerman", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6germanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "italian", + "printedName": "italian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeItalian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7italianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "japanese", + "printedName": "japanese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeJapanese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8japaneseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "chineseSimplified", + "printedName": "chineseSimplified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseSimplified", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO17chineseSimplifiedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "chineseTraditional", + "printedName": "chineseTraditional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseTraditional", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO18chineseTraditionalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "russian", + "printedName": "russian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRussian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7russianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "korean", + "printedName": "korean", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeKorean", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6koreanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "polish", + "printedName": "polish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePolish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6polishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "dutch", + "printedName": "dutch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDutch", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5dutchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "romanian", + "printedName": "romanian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRomanian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8romanianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "hungarian", + "printedName": "hungarian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHungarian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9hungarianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "swedish", + "printedName": "swedish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSwedish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7swedishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "czech", + "printedName": "czech", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeCzech", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5czechyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "hindi", + "printedName": "hindi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHindi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5hindiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "bengali", + "printedName": "bengali", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeBengali", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7bengaliyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "danish", + "printedName": "danish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6danishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "farsi", + "printedName": "farsi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFarsi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5farsiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "filipino", + "printedName": "filipino", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFilipino", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8filipinoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "finnish", + "printedName": "finnish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFinnish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7finnishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "hebrew", + "printedName": "hebrew", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHebrew", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6hebrewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "malay", + "printedName": "malay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeMalay", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5malayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "norwegian", + "printedName": "norwegian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeNorwegian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9norwegianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "ukrainian", + "printedName": "ukrainian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeUkrainian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9ukrainianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHLanguageType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRatingType", + "printedName": "GPHRatingType", + "children": [ + { + "kind": "Var", + "name": "ratedY", + "printedName": "ratedY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedY", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedYyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "ratedG", + "printedName": "ratedG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ratedPG", + "printedName": "ratedPG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7ratedPGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "ratedPG13", + "printedName": "ratedPG13", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG13", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO9ratedPG13yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "ratedR", + "printedName": "ratedR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedR", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedRyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nsfw", + "printedName": "nsfw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeNsfw", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO4nsfwyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "unrated", + "printedName": "unrated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeUnrated", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7unratedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRatingType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackRequestType", + "printedName": "GPHPingbackRequestType", + "children": [ + { + "kind": "Var", + "name": "pingback", + "printedName": "pingback", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHPingbackRequestType.Type) -> GiphyUISDK.GPHPingbackRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHPingbackRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType@GPHPingbackRequestTypePingback", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8pingbackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPingbackRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperation", + "printedName": "GPHAsyncOperation", + "children": [ + { + "kind": "TypeDecl", + "name": "State", + "printedName": "State", + "children": [ + { + "kind": "Var", + "name": "ready", + "printedName": "ready", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "executing", + "printedName": "executing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "finished", + "printedName": "finished", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAsyncOperation.State?", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "state", + "printedName": "state", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperation", + "printedName": "GiphyUISDK.GPHAsyncOperation", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation(im)init", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isReady", + "printedName": "isReady", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)ready", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "ready", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isReady", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isReady", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isExecuting", + "printedName": "isExecuting", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)executing", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "executing", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isExecuting", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isExecuting", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFinished", + "printedName": "isFinished", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)finished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "finished", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isFinished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isFinished", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAsynchronous", + "printedName": "isAsynchronous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)asynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "asynchronous", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isAsynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isAsynchronous", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)start", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5startyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "start", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)cancel", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC6cancelyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "cancel", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSOperation", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GPHAsyncOperationWithCompletion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GiphyUISDK.GPHAsyncOperationWithCompletion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion(im)init", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EmojiDrawerBackground", + "printedName": "EmojiDrawerBackground", + "children": [ + { + "kind": "Function", + "name": "setup", + "printedName": "setup(emojisWidth:emojisHeight:anchorTranslationX:anchorWidth:anchorHeight:cornerRadius:marginTop:marginHorizontal:gradientColorTop:gradientColorBottom:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cpy)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cm)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesEnded:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesCancelled:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)layoutSubviews", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC14layoutSubviewsyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPagination", + "printedName": "GPHPagination", + "children": [ + { + "kind": "Var", + "name": "totalCount", + "printedName": "totalCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "filteredCount", + "printedName": "filteredCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "offset", + "printedName": "offset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nextCursor", + "printedName": "nextCursor", + "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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)init", + "mangledName": "$s10GiphyUISDK13GPHPaginationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateFilteredCount", + "printedName": "updateFilteredCount(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)updateFilteredCount:", + "mangledName": "$s10GiphyUISDK13GPHPaginationC19updateFilteredCountyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(py)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(im)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination", + "mangledName": "$s10GiphyUISDK13GPHPaginationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "children": [ + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTabBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBar", + "printedName": "GPHTabBar", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTabBarDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTabBar", + "mangledName": "$s10GiphyUISDK9GPHTabBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "children": [ + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)scrollDirection", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15scrollDirectionSo022UICollectionViewScrollG0VyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GPHWaterfallLayoutAttributes", + "children": [ + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)copyWithZone:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "copyWithZone:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)isEqual:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GiphyUISDK.GPHWaterfallLayoutAttributes", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)init", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewLayoutAttributes", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewLayoutAttributes", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelTag", + "printedName": "GPHChannelTag", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "channel", + "printedName": "channel", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tag", + "printedName": "tag", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rank", + "printedName": "rank", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)init", + "mangledName": "$s10GiphyUISDK13GPHChannelTagCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(py)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(im)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GiphyPingbacks", + "printedName": "GiphyPingbacks", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)configureWithApiKey:verificationMode:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC9configure6apiKey16verificationModeySS_SbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addAdditionalHeaders", + "printedName": "addAdditionalHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)addAdditionalHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC20addAdditionalHeaders10parametersySDyS2SGSg_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "addAdditionalHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(userId:loggedInUserId:analyticsResponsePayload:mediaId:tid:eventType:actionType:sessionId:attributes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)flush", + "mangledName": "$s10GiphyUISDK0A9PingbacksC5flushyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugLogging", + "printedName": "enableDebugLogging(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)enableDebugLogging:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC18enableDebugLoggingyySbFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pingbacksId", + "printedName": "pingbacksId", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cpy)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)setPingbacksId:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyPingbacks", + "printedName": "GiphyUISDK.GiphyPingbacks", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(im)init", + "mangledName": "$s10GiphyUISDK0A9PingbacksCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks", + "mangledName": "$s10GiphyUISDK0A9PingbacksC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMeta", + "printedName": "GPHMeta", + "children": [ + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "msg", + "printedName": "msg", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)init", + "mangledName": "$s10GiphyUISDK7GPHMetaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(py)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(im)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta", + "mangledName": "$s10GiphyUISDK7GPHMetaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTermSuggestion", + "printedName": "GPHTermSuggestion", + "children": [ + { + "kind": "Var", + "name": "term", + "printedName": "term", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)isEqual:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(py)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(im)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(hex:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:So7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "mangledName": "$sSo7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "rgba", + "printedName": "rgba", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvp", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvp", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvg", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toHexString", + "printedName": "toHexString()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "giphyBlack", + "printedName": "giphyBlack", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightestGrey", + "printedName": "giphyLightestGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyMediumGrey", + "printedName": "giphyMediumGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightGrey", + "printedName": "giphyLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraLightGrey", + "printedName": "giphyExtraLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGrey", + "printedName": "giphyGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightCharcoal", + "printedName": "giphyLightCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkCharcoal", + "printedName": "giphyDarkCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkGrey", + "printedName": "giphyDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraDarkGrey", + "printedName": "giphyExtraDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGreen", + "printedName": "giphyGreen", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyBlue", + "printedName": "giphyBlue", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPurple", + "printedName": "giphyPurple", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyIndigo", + "printedName": "giphyIndigo", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyRed", + "printedName": "giphyRed", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyYellow", + "printedName": "giphyYellow", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPink", + "printedName": "giphyPink", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyAqua", + "printedName": "giphyAqua", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "randomColor", + "printedName": "randomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyColors", + "printedName": "giphyColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textGradientColors", + "printedName": "textGradientColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Name", + "printedName": "Name", + "children": [ + { + "kind": "Var", + "name": "audioMutedStateChanged", + "printedName": "audioMutedStateChanged", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "c:@T@NSNotificationName", + "moduleName": "Foundation", + "declAttributes": [ + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "Sendable" + ], + "isFromExtension": true, + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_SwiftNewtypeWrapper", + "printedName": "_SwiftNewtypeWrapper", + "usr": "s:s20_SwiftNewtypeWrapperP", + "mangledName": "$ss20_SwiftNewtypeWrapperP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "children": [ + { + "kind": "Var", + "name": "safeTopAnchor", + "printedName": "safeTopAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomAnchor", + "printedName": "safeBottomAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftAnchor", + "printedName": "safeLeftAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightAnchor", + "printedName": "safeRightAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeWidthAnchor", + "printedName": "safeWidthAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomInset", + "printedName": "safeBottomInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftInset", + "printedName": "safeLeftInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightInset", + "printedName": "safeRightInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "BooleanLiteral", + "offset": 5956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 259, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 312, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 368, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "FloatLiteral", + "offset": 412, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1246, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 1449, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2410, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2526, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2829, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 18, + "value": "\"GiphyUISDK.PingbackCollection\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2077, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "IntegerLiteral", + "offset": 378, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "FloatLiteral", + "offset": 430, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 37, + "value": "\"com.giphy.pingback-submission-queue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 23, + "value": "\"GiphyUISDK.PingbackSubmissionQueue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 342, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 381, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 678, + "length": 3, + "value": "\"@\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 623, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 15, + "value": "\"View on GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1509, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3570, + "length": 4, + "value": "38.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3625, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3760, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3810, + "length": 5, + "value": "400.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3860, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3908, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4684, + "length": 12, + "value": "\"Select GIF\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4707, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5086, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5325, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5843, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6043, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6148, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6306, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6351, + "length": 6, + "value": "\"Back\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 6487, + "length": 2, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 180, + "length": 4, + "value": "4.25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "IntegerLiteral", + "offset": 243, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 293, + "length": 4, + "value": "0.18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 344, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 1134, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1871, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 618, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAsset.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSuggestions.swift", + "kind": "BooleanLiteral", + "offset": 2228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 566, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 710, + "length": 4, + "value": "0.12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 758, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 827, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 335, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4880, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4902, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10787, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10799, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 10804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10811, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11327, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11339, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 538, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 1748, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 282, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1010, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "Dictionary", + "offset": 1072, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 1502, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 2129, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4265, + "length": 53, + "value": "\"mediaTypeConfig must have at least one content type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 45, + "value": "\"mediaTypeConfig cannot only contain recents\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4679, + "length": 403, + "value": "\"||| GIPHY SDK WARNING: You've included the Clips content type in your GIPHY integration. Clips (GIFs with Sound!) is a brand new content type we're offering in the GIPHY SDK. This feature may not be ready for production releases. See the clips.md file in the giphy-ios-sdk repo to learn more. Disable this warning by setting the `disableClipsWarning` property of the `GiphyViewController` to false |||\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5649, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 397, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1474, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1612, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1846, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1957, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2124, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2382, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2428, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3950, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4531, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4731, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 6039, + "length": 3, + "value": "2.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 27, + "value": "\"https:\/\/api.giphy.com\/v1\/\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 651, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackClient.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbacksClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 494, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 585, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 629, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 675, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1202, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1583, + "length": 15, + "value": "\"SEARCH_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1840, + "length": 13, + "value": "\"BACK_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 2135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 2357, + "length": 12, + "value": "\"TEXT_FIELD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "FloatLiteral", + "offset": 1255, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 2191, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1795, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1837, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3076, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3180, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3242, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 3748, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 4538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 5049, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 12, + "value": "\"HeaderCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1139, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6868, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6896, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13427, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13443, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19818, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19830, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 19835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19842, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20358, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20370, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20897, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20909, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 21, + "value": "\"X-GIPHY-SDK-VERSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 18, + "value": "\"X-GIPHY-SDK-NAME\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 22, + "value": "\"X-GIPHY-SDK-PLATFORM\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 29, + "value": "\"X-GIPHY-UI-SDK-IS-EXTENSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 427, + "length": 23, + "value": "\"X-GIPHY-UI-SDK-LAYOUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 7, + "value": "\"UISDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 505, + "length": 7, + "value": "\"RNSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 977, + "length": 6, + "value": "\"TRUE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 986, + "length": 7, + "value": "\"False\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 1294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "Dictionary", + "offset": 1368, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3657, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 5328, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 10648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 10679, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 10975, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 12147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 22358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 404, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 730, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 938, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1132, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1946, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2001, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2057, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2104, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2158, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2193, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2448, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 2596, + "length": 16, + "value": "\"GiphyMediaCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3148, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3239, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3272, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 3473, + "length": 13, + "value": "\"More by You\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3572, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3700, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3717, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3776, + "length": 2, + "value": "88" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3791, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3831, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3865, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 215, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 3, + "value": "3.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 304, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 654, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 754, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 824, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 849, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "FloatLiteral", + "offset": 722, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 23, + "value": "\"kGPHClipsCaptionState\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1567, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1599, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 14, + "value": "\"GiphyUISDK.GPHHeaderModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 17, + "value": "\"GiphyUISDK.GPHNoResultsModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "IntegerLiteral", + "offset": 959, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 15, + "value": "\"No GIFs found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 19, + "value": "\"No stickers found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 15, + "value": "\"No text found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1289, + "length": 16, + "value": "\"No clips found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 15, + "value": "\"NoResultsCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1661, + "length": 15, + "value": "\"No GIFs Found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "BooleanLiteral", + "offset": 1861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "Array", + "offset": 579, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 707, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1554, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1568, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2303, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2326, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 8, + "value": "\"2.3.23\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 1075, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 26, + "value": "\"GiphyUISDK.GPHPingbacksAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2753, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4573, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4716, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 6080, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 7516, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9514, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9591, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10993, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 12138, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13193, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14063, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14149, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 15323, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 9, + "value": "\"GiphyUISDK.GPHClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 878, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 916, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 14, + "value": "\"GiphyUISDK.GPHCoreRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 415, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 767, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1423, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1484, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1499, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1560, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 4096, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 346, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 358, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4838, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4850, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9471, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9483, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15765, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15777, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 15782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16302, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16314, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16319, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16326, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16839, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16851, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"GPHTextSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 1557, + "length": 26, + "value": "\"GPHChannelSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 23, + "value": "\"GPHTermSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 2530, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2578, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2616, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3183, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3481, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 472, + "length": 17, + "value": "\"kRecentlyPicked\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 1677, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 1868, + "length": 25, + "value": "\"kRecentlyPickedSearches\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 5, + "value": "\"n\/a\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "BooleanLiteral", + "offset": 843, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 4115, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 18, + "value": "\"GiphyUISDK.GPHTrackingManager\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1629, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1279, + "length": 4, + "value": "3143" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "BooleanLiteral", + "offset": 2240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 10, + "value": "\"GiphyUISDK.GPHChannel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 384, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 434, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1236, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1250, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1268, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1283, + "length": 9, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 696, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2366, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2511, + "length": 4, + "value": "46.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4580, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 4847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4888, + "length": 4, + "value": "0.65" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5046, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5636, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5672, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5754, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5847, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 334, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 376, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 425, + "length": 5, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 472, + "length": 4, + "value": "1.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 528, + "length": 4, + "value": "0.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 678, + "length": 5, + "value": "0.455" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 685, + "length": 4, + "value": "0.03" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 691, + "length": 5, + "value": "0.515" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 698, + "length": 5, + "value": "0.955" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 12, + "value": "\"position.y\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1684, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 23, + "value": "\"GiphyUISDK.GPHLoadingAnimationView\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 24, + "value": "\"audioMutedStateChanged\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 14, + "value": "\"outputVolume\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 330, + "length": 18, + "value": "\"GiphyUISDK.GPHContentResponse\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2561, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 7439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 17, + "value": "\"GiphyUISDK.GPHAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 9, + "value": "\"GiphyUISDK.GPHImages\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"isEmojiKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 302, + "length": 23, + "value": "\"pingbacksEventTypeKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 24, + "value": "\"pingbacksAttributesKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 428, + "length": 24, + "value": "\"pingbacksResponseIdKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 490, + "length": 13, + "value": "\"layout_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "Array", + "offset": 457, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5267, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22251, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22263, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41198, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41208, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41220, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48225, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48237, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53488, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53500, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 53505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54011, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54023, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54534, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55057, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55069, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55580, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55592, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56103, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56115, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56127, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56626, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56638, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56650, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57149, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57161, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57166, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57672, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57684, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57689, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57696, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57964, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57970, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57980, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57992, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63837, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63849, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 63854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65855, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65867, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70226, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70238, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 70243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70536, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70546, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79953, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79965, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85765, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85777, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91524, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91536, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98132, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98142, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98154, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101922, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101934, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107224, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107236, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114600, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114612, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118096, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118108, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121248, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121260, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126158, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126171, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137441, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137453, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142273, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142283, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142295, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148897, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148903, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148913, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148925, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152362, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152374, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156233, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156243, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156255, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160781, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160793, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162673, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162685, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165863, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165875, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169091, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169107, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169119, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172315, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172327, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172850, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172862, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173406, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173945, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173957, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173969, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174488, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174500, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 174505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175030, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175042, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175054, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175595, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176137, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176683, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176695, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177232, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177244, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177785, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177797, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177809, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178329, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178342, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178872, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178884, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179417, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179429, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179953, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179965, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179970, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180486, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180498, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 180503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181033, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181045, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181057, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181578, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181590, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182128, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182647, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182659, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183182, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183194, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 183199, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183566, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183578, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192021, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 192038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192352, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192364, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198236, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198248, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 198253, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 39, + "value": "\"GiphyUISDK.GPHPingbackAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 786, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2162, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2271, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2343, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2415, + "length": 16, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2651, + "length": 22, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2744, + "length": 16, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2827, + "length": 21, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2912, + "length": 10, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2982, + "length": 15, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3129, + "length": 21, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3220, + "length": 15, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3301, + "length": 20, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3365, + "length": 9, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 14, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3478, + "length": 15, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3537, + "length": 14, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3610, + "length": 14, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6786, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6881, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6926, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6967, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7009, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7049, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7092, + "length": 10, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7137, + "length": 6, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7179, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 8, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7281, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7349, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7403, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7445, + "length": 6, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7486, + "length": 6, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7526, + "length": 5, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7568, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7614, + "length": 9, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7659, + "length": 7, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7700, + "length": 5, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7739, + "length": 5, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7780, + "length": 7, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7822, + "length": 6, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7862, + "length": 5, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 8, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7948, + "length": 7, + "value": "27" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 6, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 5, + "value": "29" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8073, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8120, + "length": 9, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11757, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11795, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11837, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11877, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11924, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11959, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackRequest.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbackRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 271, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 314, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "BooleanLiteral", + "offset": 512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 367, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 493, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "StringLiteral", + "offset": 534, + "length": 30, + "value": "\"com.giphy.pingback-collector\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 2380, + "length": 31, + "value": "\"GiphyUISDK.GPHAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 338, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 463, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 497, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 532, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 567, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 599, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 638, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 1042, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 799, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1604, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1649, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 1875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "Array", + "offset": 2470, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 2773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3022, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3169, + "length": 17, + "value": "\"GIF_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3514, + "length": 21, + "value": "\"STICKER_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3858, + "length": 19, + "value": "\"VIDEO_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4051, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4160, + "length": 18, + "value": "\"TEXT_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4529, + "length": 14, + "value": "\"EMOJI_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4569, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4898, + "length": 16, + "value": "\"RECENTS_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4940, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 6818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 871, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 2387, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 3014, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5738, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ToggleButton.swift", + "kind": "BooleanLiteral", + "offset": 1805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 332, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11590, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11602, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22848, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22860, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38505, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38517, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54133, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54145, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69575, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69587, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83258, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83274, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83286, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96966, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96976, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96988, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110792, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110798, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110808, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110820, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126282, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126298, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126310, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141612, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156919, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156929, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156941, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171717, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171729, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186422, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186432, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186444, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201324, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201334, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201346, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212592, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212604, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223850, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223862, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235385, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235397, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235409, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235924, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235936, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236465, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236477, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 236482, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237006, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237018, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237030, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237558, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237570, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238086, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238098, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238627, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238639, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239167, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239179, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239704, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239716, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239721, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240240, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240252, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240777, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240789, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240801, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241313, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241325, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241848, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241860, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241865, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242382, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242394, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242918, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242930, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243458, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243470, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 243475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243999, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244011, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 244016, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface similarity index 96% rename from GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface rename to GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface index c87b7a1..8d6d5a5 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) - @available(iOS 3.0, macCatalyst 13.0, *) + @available(iOS 3.0, macCatalyst 13.1, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftdoc index fa7afab..93b7ecd 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftdoc and b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftdoc differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftinterface index c87b7a1..8d6d5a5 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) - @available(iOS 3.0, macCatalyst 13.0, *) + @available(iOS 3.0, macCatalyst 13.1, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc deleted file mode 100644 index fa7afab..0000000 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.abi.json b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.abi.json new file mode 100644 index 0000000..7e838bb --- /dev/null +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.abi.json @@ -0,0 +1,67469 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHThemeType", + "printedName": "GPHThemeType", + "children": [ + { + "kind": "Var", + "name": "dark", + "printedName": "dark", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDark", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO4darkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "light", + "printedName": "light", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLight", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO5lightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "lightBlur", + "printedName": "lightBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLightBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9lightBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "darkBlur", + "printedName": "darkBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDarkBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8darkBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeAutomatic", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9automaticyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHThemeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTheme", + "printedName": "GPHTheme", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)initWithType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAcA0C4TypeO_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)setType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerScrollIndicatorStyle", + "printedName": "emojiDrawerScrollIndicatorStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientTopColor", + "printedName": "emojiDrawerGradientTopColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientBottomColor", + "printedName": "emojiDrawerGradientBottomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerSeparatorColor", + "printedName": "emojiDrawerSeparatorColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarActiveBackgroundColor", + "printedName": "searchBarActiveBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarBackgroundColor", + "printedName": "searchBarBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellBackgroundColor", + "printedName": "suggestionCellBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellTextColor", + "printedName": "suggestionCellTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderTextColor", + "printedName": "placeholderTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldTextColor", + "printedName": "textFieldTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonColor", + "printedName": "selectButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonTextColor", + "printedName": "selectButtonTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarPadding", + "printedName": "searchBarPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarCornerRadius", + "printedName": "searchBarCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cellCornerRadius", + "printedName": "cellCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldFont", + "printedName": "textFieldFont", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColorForLoadingCells", + "printedName": "backgroundColorForLoadingCells", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "showSuggestionsBar", + "printedName": "showSuggestionsBar", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "buttonIcon", + "printedName": "buttonIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchButtonColor", + "printedName": "searchButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "keyboardAppearance", + "printedName": "keyboardAppearance", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderColor", + "printedName": "placeholderColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColor", + "printedName": "backgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textColor", + "printedName": "textColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "handleBarColor", + "printedName": "handleBarColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gridDimColor", + "printedName": "gridDimColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarSwitchSelectedColor", + "printedName": "tabBarSwitchSelectedColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarBackgroundAlpha", + "printedName": "tabBarBackgroundAlpha", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stickerBackgroundColor", + "printedName": "stickerBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "blurStyle", + "printedName": "blurStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)init", + "mangledName": "$s10GiphyUISDK8GPHThemeCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme", + "mangledName": "$s10GiphyUISDK8GPHThemeC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHNetworkReachability", + "printedName": "GPHNetworkReachability", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHNetworkReachability", + "printedName": "GiphyUISDK.GPHNetworkReachability", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isReachable", + "printedName": "isReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFileExtension", + "printedName": "GPHFileExtension", + "children": [ + { + "kind": "Var", + "name": "mp4", + "printedName": "mp4", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionMp4", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3mp4yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionGif", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "webp", + "printedName": "webp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionWebp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO4webpyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHFileExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMedia", + "printedName": "GPHMedia", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caption", + "printedName": "caption", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexable", + "printedName": "indexable", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyUrl", + "printedName": "bitlyUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyGifUrl", + "printedName": "bitlyGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "embedUrl", + "printedName": "embedUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourceTld", + "printedName": "sourceTld", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourcePostUrl", + "printedName": "sourcePostUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "images", + "printedName": "images", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredTags", + "printedName": "featuredTags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "importDate", + "printedName": "importDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "createDate", + "printedName": "createDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "updateDate", + "printedName": "updateDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingDate", + "printedName": "trendingDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isDynamic", + "printedName": "isDynamic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variationCount", + "printedName": "variationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analytics", + "printedName": "analytics", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analyticsResponsePayload", + "printedName": "analyticsResponsePayload", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animatedTextStyle", + "printedName": "animatedTextStyle", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHidden", + "printedName": "isHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRemoved", + "printedName": "isRemoved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isCommunity", + "printedName": "isCommunity", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnonymous", + "printedName": "isAnonymous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFeatured", + "printedName": "isFeatured", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRealtime", + "printedName": "isRealtime", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isIndexable", + "printedName": "isIndexable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isSticker", + "printedName": "isSticker", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasAttribution", + "printedName": "hasAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "callToAction", + "printedName": "callToAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:type:url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init:type:url:", + "mangledName": "$s10GiphyUISDK8GPHMediaC_4type3urlACSS_AA0C4TypeOSStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHMediaC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init", + "mangledName": "$s10GiphyUISDK8GPHMediaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "url", + "printedName": "url(rendition:fileType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)urlWithRendition:fileType:", + "mangledName": "$s10GiphyUISDK8GPHMediaC3url9rendition8fileTypeSSSgAA012GPHRenditionG0O_AA16GPHFileExtensionOtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "aspectRatio", + "printedName": "aspectRatio", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isVideo", + "printedName": "isVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "RawDocComment", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDetailURL", + "printedName": "videoDetailURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smallVideoAssetURL", + "printedName": "smallVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "clipsDetailVideoAssetURL", + "printedName": "clipsDetailVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "availableMp4Url", + "printedName": "availableMp4Url()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)availableMp4Url", + "mangledName": "$s10GiphyUISDK8GPHMediaC15availableMp4UrlSSyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isEmoji", + "printedName": "isEmoji", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setIsEmoji:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksEventType", + "printedName": "pingbacksEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksAttributes", + "printedName": "pingbacksAttributes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setPingbacksAttributes:", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setResponseId:", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia", + "mangledName": "$s10GiphyUISDK8GPHMediaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackSubmissionQueue", + "printedName": "PingbackSubmissionQueue", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:debugLogger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DebugLogger", + "printedName": "GiphyUISDK.DebugLogger", + "usr": "s:10GiphyUISDK11DebugLoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue(im)init", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "children": [ + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHAttributionDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionView", + "printedName": "GPHAttributionView", + "children": [ + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionView", + "printedName": "GiphyUISDK.GPHAttributionView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyAttributionViewController", + "printedName": "GiphyAttributionViewController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHAttributionDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyAttributionViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackDeduplicator", + "printedName": "PingbackDeduplicator", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "needTrack", + "printedName": "needTrack(mediaId:responseId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "AssociatedType", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "declKind": "AssociatedType", + "usr": "s:10GiphyUISDK11GPHMappableP0C6ObjectQa", + "mangledName": "$s10GiphyUISDK11GPHMappableP0C6ObjectQa", + "moduleName": "GiphyUISDK", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.GPHMappableObject" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:format:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseURL", + "printedName": "parseURL(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseRating", + "printedName": "parseRating(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseInt", + "printedName": "parseInt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseString", + "printedName": "parseString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHUser", + "printedName": "GPHUser", + "children": [ + { + "kind": "Var", + "name": "username", + "printedName": "username", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDescription", + "printedName": "userDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "attributionDisplayName", + "printedName": "attributionDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitter", + "printedName": "twitter", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitterUrl", + "printedName": "twitterUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "facebookUrl", + "printedName": "facebookUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagramUrl", + "printedName": "instagramUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagram", + "printedName": "instagram", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteUrl", + "printedName": "websiteUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteDisplayUrl", + "printedName": "websiteDisplayUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tumblrUrl", + "printedName": "tumblrUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "avatarUrl", + "printedName": "avatarUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerUrl", + "printedName": "bannerUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "profileUrl", + "printedName": "profileUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "youtubeUrl", + "printedName": "youtubeUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktokUrl", + "printedName": "tiktokUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktok", + "printedName": "tiktok", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userType", + "printedName": "userType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPublic", + "printedName": "isPublic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isStaff", + "printedName": "isStaff", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVerified", + "printedName": "isVerified", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suppressChrome", + "printedName": "suppressChrome", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loginDate", + "printedName": "loginDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "joinDate", + "printedName": "joinDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init:", + "mangledName": "$s10GiphyUISDK7GPHUserCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isEqual:", + "mangledName": "$s10GiphyUISDK7GPHUserC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK7GPHUserC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init", + "mangledName": "$s10GiphyUISDK7GPHUserCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(py)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(im)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser", + "mangledName": "$s10GiphyUISDK7GPHUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCategory", + "printedName": "GPHCategory", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nameEncoded", + "printedName": "nameEncoded", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "encodedPath", + "printedName": "encodedPath", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "subCategories", + "printedName": "subCategories", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jsonRepresentation", + "printedName": "jsonRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:nameEncoded:encodedPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init:nameEncoded:encodedPath:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC_11nameEncoded11encodedPathACSS_S2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCategory?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl", + "Convenience", + "Required", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodeWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC6encode4withySo7NSCoderC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)isEqual:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init", + "mangledName": "$s10GiphyUISDK11GPHCategoryCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addSubCategory", + "printedName": "addSubCategory(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)addSubCategory:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14addSubCategoryyyACF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(py)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory", + "mangledName": "$s10GiphyUISDK11GPHCategoryC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTextField", + "printedName": "GPHTextField", + "children": [ + { + "kind": "Var", + "name": "next", + "printedName": "next", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(py)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "canPerformAction", + "printedName": "canPerformAction(_:withSender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)canPerformAction:withSender:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC16canPerformAction_10withSenderSb10ObjectiveC8SelectorV_ypSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "canPerformAction:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textRect", + "printedName": "textRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)textRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC8textRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "textRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "editingRect", + "printedName": "editingRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)editingRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC11editingRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "editingRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTextField?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextField", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextField", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAsset", + "printedName": "GPHVideoAsset", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(py)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(im)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHResponse", + "printedName": "GPHResponse", + "children": [ + { + "kind": "Var", + "name": "meta", + "printedName": "meta", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(py)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)setMeta:", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init", + "mangledName": "$s10GiphyUISDK11GPHResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init:", + "mangledName": "$s10GiphyUISDK11GPHResponseCyAcA7GPHMetaCcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(py)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(im)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "mangledName": "$s10GiphyUISDK11GPHResponseC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHOMData", + "printedName": "GPHOMData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData(im)init", + "mangledName": "$s10GiphyUISDK9GPHOMDataCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData", + "mangledName": "$s10GiphyUISDK9GPHOMDataC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSuggestion", + "printedName": "GPHSuggestion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:term:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion(im)init", + "mangledName": "$s10GiphyUISDK13GPHSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchSuggestionType", + "printedName": "GPHSearchSuggestionType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "autocomplete", + "printedName": "autocomplete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "channels", + "printedName": "channels", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFilterable", + "printedName": "GPHFilterable", + "children": [ + { + "kind": "Var", + "name": "filter", + "printedName": "filter", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cpy)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Final", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)setFilter:", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isValidObject", + "printedName": "isValidObject()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)isValidObject", + "mangledName": "$s10GiphyUISDK13GPHFilterableC13isValidObjectSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)init", + "mangledName": "$s10GiphyUISDK13GPHFilterableCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "mangledName": "$s10GiphyUISDK13GPHFilterableC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClipsViewController", + "printedName": "GPHClipsViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)init", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHClipsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyViewController", + "printedName": "GiphyViewController", + "children": [ + { + "kind": "Var", + "name": "swiftUIEnabled", + "printedName": "swiftUIEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setSwiftUIEnabled:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholderText", + "printedName": "placeholderText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setPlaceholderText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "disableClipsWarning", + "printedName": "disableClipsWarning", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDisableClipsWarning:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "confirmationScreenChooseButtonText", + "printedName": "confirmationScreenChooseButtonText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setConfirmationScreenChooseButtonText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "noResultsText", + "printedName": "noResultsText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setNoResultsText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicText", + "printedName": "enableDynamicText", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setEnableDynamicText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showMoreByUser", + "printedName": "showMoreByUser", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowMoreByUser:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stickerColumnCount", + "printedName": "stickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setStickerColumnCount:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setMediaConfig", + "printedName": "setMediaConfig(types:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setMediaConfigWithTypes:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14setMediaConfig5typesySaySiG_tF", + "moduleName": "GiphyUISDK", + "objc_name": "setMediaConfigWithTypes:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dimBackground", + "printedName": "dimBackground", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDimBackground:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fileExtension", + "printedName": "fileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setFileExtension:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "prefersStatusBarHidden", + "printedName": "prefersStatusBarHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "trayHeightMultiplier", + "printedName": "trayHeightMultiplier", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cpy)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)setTrayHeightMultiplier:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier14CoreFoundation7CGFloatVvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CallToAction", + "printedName": "CallToAction", + "children": [ + { + "kind": "Var", + "name": "link", + "printedName": "link", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)init", + "mangledName": "$s10GiphyUISDK12CallToActionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction", + "mangledName": "$s10GiphyUISDK12CallToActionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerView", + "printedName": "GPHVideoPlayerView", + "children": [ + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "maxLoopsBeforeMute", + "printedName": "maxLoopsBeforeMute", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)setMaxLoopsBeforeMute:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cm)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "preloadFirstFrame", + "printedName": "preloadFirstFrame(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)preloadFirstFrameWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC17preloadFirstFrame5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepare", + "printedName": "prepare(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)prepareWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC7prepare5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC20playerStateDidChangeyyAA0cdG0OF", + "moduleName": "GiphyUISDK", + "objc_name": "playerStateDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "objc_name": "playerDidFail:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC14mediaDidChange0F0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestConfig", + "printedName": "GPHRequestConfig", + "children": [ + { + "kind": "Var", + "name": "base", + "printedName": "base", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setBase:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "queryItems", + "printedName": "queryItems", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setQueryItems:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "headers", + "printedName": "headers", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHeaders:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "httpBody", + "printedName": "httpBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHttpBody:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setContentType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setPath:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestType", + "printedName": "requestType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRequestType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setApiKey:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "retry", + "printedName": "retry", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRetry:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC5retrySivM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "timeoutInterval", + "printedName": "timeoutInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setTimeoutInterval:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "getRequest", + "printedName": "getRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)getRequest", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10getRequest10Foundation10URLRequestVyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)init", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksClient", + "printedName": "GPHPingbacksClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setUserId:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksClient", + "printedName": "GiphyUISDK.GPHPingbacksClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "submitSession", + "printedName": "submitSession(_:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHPingbacksAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackUser", + "printedName": "GPHPingbackUser", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(userId:loggedInUserId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK15GPHPingbackUserC", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "children": [ + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBar", + "printedName": "GPHSearchBar", + "children": [ + { + "kind": "Function", + "name": "beginEditing", + "printedName": "beginEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endEditing", + "printedName": "endEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setText", + "printedName": "setText(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHSearchBar?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFieldShouldEndEditing", + "printedName": "textFieldShouldEndEditing(_:)", + "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@GiphyUISDK@objc(cs)GPHSearchBar(im)textFieldShouldEndEditing:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC25textFieldShouldEndEditingySbSo06UITextF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "textFieldShouldEndEditing:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImage", + "printedName": "GPHImage", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rendition", + "printedName": "rendition", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifUrl", + "printedName": "gifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stillGifUrl", + "printedName": "stillGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frames", + "printedName": "frames", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifSize", + "printedName": "gifSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPUrl", + "printedName": "webPUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPSize", + "printedName": "webPSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Url", + "printedName": "mp4Url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Size", + "printedName": "mp4Size", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:rendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init:rendition:", + "mangledName": "$s10GiphyUISDK8GPHImageC_9renditionACSS_AA16GPHRenditionTypeOtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHImageC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHImageC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init", + "mangledName": "$s10GiphyUISDK8GPHImageCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(py)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(im)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage", + "mangledName": "$s10GiphyUISDK8GPHImageC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWrapperViewController", + "printedName": "GPHWrapperViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)init", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHWrapperViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "transitionDuration", + "printedName": "transitionDuration(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerContextTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)transitionDuration:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC18transitionDuration5usingSdSo06UIViewE20ContextTransitioning_pSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "transitionDuration:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animateTransition", + "printedName": "animateTransition(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animateTransition:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC17animateTransition5usingySo06UIViewE20ContextTransitioning_p_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animateTransition:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forDismissed:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForDismissedController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forDismissedSo06UIViewE21AnimatedTransitioning_pSgSo0iE0C_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForDismissedController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forPresented:presenting:source:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForPresentedController:presentingController:sourceController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forPresented10presenting6sourceSo06UIViewE21AnimatedTransitioning_pSgSo0kE0C_A2KtF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForPresentedController:presentingController:sourceController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "children": [ + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety14CoreFoundation7CGFloatV_tF", + "mangledName": "$s10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyGridController", + "printedName": "GiphyGridController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHGridDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "direction", + "printedName": "direction", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDirection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "content", + "printedName": "content", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setContent:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellPadding", + "printedName": "cellPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setCellPadding:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC11cellPadding14CoreFoundation7CGFloatVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfTracks", + "printedName": "numberOfTracks", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setNumberOfTracks", + "printedName": "setNumberOfTracks(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setNumberOfTracks:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17setNumberOfTracksyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setFixedSizeCells:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageFileExtensionForDynamicAssets", + "printedName": "imageFileExtensionForDynamicAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setImageFileExtensionForDynamicAssets:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)init", + "mangledName": "$s10GiphyUISDK0A14GridControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicResultsInTextSearch", + "printedName": "enableDynamicResultsInTextSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setEnableDynamicResultsInTextSearch:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "update", + "printedName": "update()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)update", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6updateyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)scrollViewDidScroll:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC19scrollViewDidScrollyySo08UIScrollF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "ObjC", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyGridController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:numberOfItemsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_22numberOfItemsInSectionSiSo012UICollectionF0C_SitF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:numberOfItemsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfSectionsInCollectionView:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16numberOfSections2inSiSo16UICollectionViewC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfSectionsInCollectionView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cellForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_13cellForItemAtSo012UICollectionF4CellCSo0kF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:cellForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:sizeForSectionItem:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfColumnsForItemAt:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)scrollDirection", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15scrollDirectionSo022UICollectionViewScrollF0VyF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollDirection", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:willDisplay:forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_11willDisplay9forItemAtySo012UICollectionF0C_So0lF4CellC10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:contextMenuConfigurationForItemAt:point:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIContextMenuConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIContextMenuConfiguration", + "printedName": "UIKit.UIContextMenuConfiguration", + "usr": "c:objc(cs)UIContextMenuConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_33contextMenuConfigurationForItemAt5pointSo09UIContexthI0CSgSo012UICollectionF0C_10Foundation9IndexPathVSo7CGPointVtF", + "moduleName": "GiphyUISDK", + "intro_iOS": "13.0", + "objc_name": "collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaForIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaIsLoadedAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController", + "mangledName": "$s10GiphyUISDK0A14GridControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackHTTPError", + "printedName": "GPHPingbackHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackHTTPError", + "printedName": "GiphyUISDK.GPHPingbackHTTPError", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Giphy", + "printedName": "Giphy", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(cm)configureWithApiKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A0C9configure6apiKey16verificationMode8metadataySS_SbSDyS2SGtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:metadata:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Giphy", + "printedName": "GiphyUISDK.Giphy", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(im)init", + "mangledName": "$s10GiphyUISDK0A0CACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy", + "mangledName": "$s10GiphyUISDK0A0C", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyDelegate", + "printedName": "GiphyDelegate", + "children": [ + { + "kind": "Function", + "name": "didSearch", + "printedName": "didSearch(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSearchFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didSearch3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSearchFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCreate", + "printedName": "didCreate(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didCreateFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didCreate3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didCreateFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5mediayAA0ahI0C_AA8GPHMediaCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:contentType:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5media11contentTypeyAA0ahI0C_AA8GPHMediaCAA010GPHContentL0OtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:contentType:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didDismiss", + "printedName": "didDismiss(controller:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didDismissWithController:", + "mangledName": "$s10GiphyUISDK0A8DelegateP10didDismiss10controlleryAA0A14ViewControllerCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didDismissWithController:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapSuggestion", + "printedName": "didTapSuggestion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didTapSuggestion:", + "mangledName": "$s10GiphyUISDK0A8DelegateP16didTapSuggestionyyAA13GPHSuggestionCF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A8DelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A8DelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate", + "mangledName": "$s10GiphyUISDK0A8DelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphySearchController", + "printedName": "GiphySearchController", + "children": [ + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillDisappear", + "printedName": "viewWillDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC17viewWillDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphySearchController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarBackButtonTapped", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC25searchBarBackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarFocusDidChange:focused:text:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC23searchBarFocusDidChange_7focused4textyAA09GPHSearchF0C_SbSStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarTextDidChange:query:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22searchBarTextDidChange_5queryyAA09GPHSearchF0C_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)selectedContentTypeDidChange:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC28selectedContentTypeDidChangeyyAA010GPHContentG0OF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didChooseMediaWithMedia:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapUsername", + "printedName": "didTapUsername(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didTapUsername:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didTapUsernameyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didLongPressCell", + "printedName": "didLongPressCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didLongPressCell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16didLongPressCellyyAA08GPHMediaH0CSgF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "objc_name": "errorDidOccur:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "objc_name": "syntheticErrorDidOccur", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVKit", + "printedName": "AVKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTextLoadingView", + "printedName": "GPHTextLoadingView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextLoadingView", + "printedName": "GiphyUISDK.GPHTextLoadingView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaCell", + "printedName": "GPHMediaCell", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)prepareForReuse", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC15prepareForReuseyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prepareForReuse", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewCell", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewCell", + "UIKit.UICollectionReusableView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "CodableBool", + "printedName": "CodableBool", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolVACycfc", + "mangledName": "$s10GiphyUISDK11CodableBoolVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableBoolV", + "mangledName": "$s10GiphyUISDK11CodableBoolV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableDate", + "printedName": "CodableDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateVACycfc", + "mangledName": "$s10GiphyUISDK11CodableDateVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableDateV", + "mangledName": "$s10GiphyUISDK11CodableDateV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableStrToInt", + "printedName": "CodableStrToInt", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntVACycfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableStrToIntV", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableIntToStr", + "printedName": "CodableIntToStr", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrVACycfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableIntToStrV", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHRatingType", + "printedName": "CodableGPHRatingType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHMediaType", + "printedName": "CodableGPHMediaType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyCodable", + "printedName": "AnyCodable", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvp", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvg", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvs", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvM", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK10AnyCodableV", + "mangledName": "$s10GiphyUISDK10AnyCodableV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAnalyticsEvent", + "printedName": "GPHAnalyticsEvent", + "children": [ + { + "kind": "Var", + "name": "eventType", + "printedName": "eventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(analyticsResponsePayload:eventType:actionType:gifId:tid:ts:attributes:userId:loggedInUserId:randomId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListCategoryResponse", + "printedName": "GPHListCategoryResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC_4data10paginationAcA7GPHMetaC_SayAA11GPHCategoryCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerState", + "printedName": "GPHVideoPlayerState", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateUnknown", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7unknownyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "readyToPlay", + "printedName": "readyToPlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateReadyToPlay", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO11readyToPlayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePlaying", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7playingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePaused", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO6pausedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateRepeated", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8repeatedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "idle", + "printedName": "idle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateIdle", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO4idleyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerState?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "children": [ + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP06playerE9DidChangeyyAA0cdE0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP14mediaDidChange0G0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "CaptionState", + "printedName": "CaptionState", + "children": [ + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CaptionState", + "printedName": "GiphyUISDK.CaptionState", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState(im)init", + "mangledName": "$s10GiphyUISDK12CaptionStateCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState", + "mangledName": "$s10GiphyUISDK12CaptionStateC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayer", + "printedName": "GPHVideoPlayer", + "children": [ + { + "kind": "Var", + "name": "playerView", + "printedName": "playerView", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHVideoPlayerView?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(py)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)setPlayerView:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)addWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC3add8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)removeWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6remove8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareMedia", + "printedName": "prepareMedia(media:view:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)prepareMediaWithMedia:view:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12prepareMedia5media4viewyAA8GPHMediaC_AA0cD4ViewCSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadMedia", + "printedName": "loadMedia(media:autoPlay:muteOnPlay:view:repeatable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)loadMediaWithMedia:autoPlay:muteOnPlay:view:repeatable:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC9loadMedia5media8autoPlay06muteOnI04view10repeatableyAA8GPHMediaC_S2bAA0cD4ViewCSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)pause", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC5pauseyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resume", + "printedName": "resume()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)resume", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6resumeyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mute", + "printedName": "mute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)mute:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4muteyySbF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)stop", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4stopyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "observeValue", + "printedName": "observeValue(forKeyPath:of:change:context:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSKeyValueChangeKey", + "printedName": "Foundation.NSKeyValueChangeKey", + "usr": "c:@T@NSKeyValueChangeKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)observeValueForKeyPath:ofObject:change:context:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12observeValue10forKeyPath2of6change7contextySSSg_ypSgSDySo05NSKeyf6ChangeH0aypGSgSvSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "observeValueForKeyPath:ofObject:change:context:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyCore", + "printedName": "GiphyCore", + "children": [ + { + "kind": "Var", + "name": "versionName", + "printedName": "versionName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppExtension", + "printedName": "isAppExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cpy)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:name:versionName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)configureWithApiKey:verificationMode:name:versionName:", + "mangledName": "$s10GiphyUISDK0A4CoreC9configure6apiKey16verificationMode4name11versionNameySS_SbS2StFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:name:versionName:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomHeaders", + "printedName": "setCustomHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setCustomHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A4CoreC16setCustomHeaders10parametersySDyS2SG_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setCustomHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFilter", + "printedName": "setFilter(filter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setFilterWithFilter:", + "mangledName": "$s10GiphyUISDK0A4CoreC9setFilter6filterySbAA13GPHFilterableCc_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setFilterWithFilter:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyCore", + "printedName": "GiphyUISDK.GiphyCore", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(im)init", + "mangledName": "$s10GiphyUISDK0A4CoreCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore", + "mangledName": "$s10GiphyUISDK0A4CoreC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListChannelResponse", + "printedName": "GPHListChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC_4data10paginationAcA7GPHMetaC_SayAA10GPHChannelCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksAbstractClient", + "printedName": "GPHPingbacksAbstractClient", + "children": [ + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setTimeout:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksAbstractClient", + "printedName": "GiphyUISDK.GPHPingbacksAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClient", + "printedName": "GPHClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customHeaders", + "printedName": "customHeaders", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setCustomHeaders:", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "gifByID", + "printedName": "gifByID(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifByID:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7gifByID_15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SdyAA16GPHMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gifsByIDs", + "printedName": "gifsByIDs(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifsByIDs:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC9gifsByIDs_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSaySSG_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emoji", + "printedName": "emoji(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC5emoji6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "emojiWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "defaultEmojis", + "printedName": "defaultEmojis(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC13defaultEmojis6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emojiVariationsByID", + "printedName": "emojiVariationsByID(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiVariationsByID:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC19emojiVariationsByID_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trendingSearches", + "printedName": "trendingSearches(timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)trendingSearchesWithTimeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC16trendingSearches15timeoutInterval17completionHandlerSo11NSOperationCSd_yAA29GPHListTermSuggestionResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "trendingSearchesWithTimeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "channelsSearch", + "printedName": "channelsSearch(_:offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListChannelResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)channelsSearch:offset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC14channelsSearch_6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSS_S2iSdyAA22GPHListChannelResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)animate:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7animate_15timeoutInterval17completionHandlerSo11NSOperationCSS_SdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK9GPHClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "declAttributes": [ + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient", + "mangledName": "$s10GiphyUISDK9GPHClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "superclassNames": [ + "GiphyUISDK.GPHAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListTermSuggestionResponse", + "printedName": "GPHListTermSuggestionResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMeta?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC_4dataAcA7GPHMetaCSg_SaySSGSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GradientDirection", + "printedName": "GradientDirection", + "children": [ + { + "kind": "Var", + "name": "horizontal", + "printedName": "horizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "vertical", + "printedName": "vertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "diagonal", + "printedName": "diagonal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "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:10GiphyUISDK17GradientDirectionO9hashValueSivp", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GradientDirectionO9hashValueSivg", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GradientDirectionO", + "mangledName": "$s10GiphyUISDK17GradientDirectionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GradientView", + "printedName": "GradientView", + "children": [ + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cm)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GradientViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GradientView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GradientViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView", + "mangledName": "$s10GiphyUISDK12GradientViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHStickerColumnCount", + "printedName": "GPHStickerColumnCount", + "children": [ + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "two", + "printedName": "two", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountTwo", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO3twoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "three", + "printedName": "three", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountThree", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO5threeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "four", + "printedName": "four", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountFour", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO4fouryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHStickerColumnCount?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHGifButtonColor", + "printedName": "GPHGifButtonColor", + "children": [ + { + "kind": "Var", + "name": "pink", + "printedName": "pink", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorPink", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4pinkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "blue", + "printedName": "blue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlue", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4blueyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "black", + "printedName": "black", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlack", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5blackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "white", + "printedName": "white", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorWhite", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5whiteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGifButtonColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequest", + "printedName": "GPHCoreRequest", + "children": [ + { + "kind": "Function", + "name": "main", + "printedName": "main()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest(im)main", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC4mainyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "main", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperationWithCompletion", + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequestType", + "printedName": "GPHCoreRequestType", + "children": [ + { + "kind": "Var", + "name": "post", + "printedName": "post", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "get", + "printedName": "get", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "put", + "printedName": "put", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "patch", + "printedName": "patch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delete", + "printedName": "delete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "upload", + "printedName": "upload", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCoreRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestRouter", + "printedName": "GPHRequestRouter", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestRouter.Type) -> (Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestRouter.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "encodedURLQueryItem", + "printedName": "encodedURLQueryItem(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + }, + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asURLRequest", + "printedName": "asURLRequest(_:httpBody:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK16GPHRequestRouterO", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaViewDelegate", + "printedName": "GPHMediaViewDelegate", + "children": [ + { + "kind": "Function", + "name": "didPressMoreByUser", + "printedName": "didPressMoreByUser(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate(im)didPressMoreByUser:", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP18didPressMoreByUseryySSF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMediaViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaView", + "printedName": "GPHMediaView", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setDelegate:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showAttribution", + "printedName": "showAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setShowAttribution:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setTheme:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)init", + "mangledName": "$s10GiphyUISDK12GPHMediaViewCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "loadAsset", + "printedName": "loadAsset(at:queueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)loadAssetAt:queueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC9loadAsset2at22queueOriginalRenditionySS_SbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelLoading", + "printedName": "cancelLoading()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)cancelLoading", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC13cancelLoadingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5imageACSo7UIImageCSg_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:highlightedImage:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:highlightedImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5image16highlightedImageACSo7UIImageCSg_AHtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "intro_iOS": "3.0", + "objc_name": "initWithImage:highlightedImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setMedia", + "printedName": "setMedia(_:rendition:shouldQueueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:rendition:shouldQueueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8setMedia_9rendition28shouldQueueOriginalRenditionyAA0C0C_AA16GPHRenditionTypeOSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)GiphyYYAnimatedImageView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GiphyYYAnimatedImageView", + "UIKit.UIImageView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelResponse", + "printedName": "GPHChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAssets", + "printedName": "GPHVideoAssets", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lowRes", + "printedName": "lowRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "small", + "printedName": "small", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "medium", + "printedName": "medium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "large", + "printedName": "large", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "highRes", + "printedName": "highRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)isEqual:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(py)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(im)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecents", + "printedName": "GPHRecents", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC5clearyyFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "ids", + "printedName": "ids", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecents", + "printedName": "GiphyUISDK.GPHRecents", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents(im)init", + "mangledName": "$s10GiphyUISDK10GPHRecentsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents", + "mangledName": "$s10GiphyUISDK10GPHRecentsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecentSearches", + "printedName": "GPHRecentSearches", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecentSearches", + "printedName": "GiphyUISDK.GPHRecentSearches", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches(im)init", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "children": [ + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "impressionOccurred", + "printedName": "impressionOccurred(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)impressionOccurredWithMedia:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP18impressionOccurred5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "impressionOccurredWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingManager", + "printedName": "GPHTrackingManager", + "children": [ + { + "kind": "Var", + "name": "placementContext", + "printedName": "placementContext", + "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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userID", + "printedName": "userID", + "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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTrackingDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(collectionView:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateTracking", + "printedName": "updateTracking()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)updateTracking", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14updateTrackingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "track", + "printedName": "track(media:userID:actionType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)trackWithMedia:userID:actionType:", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5track5media6userID10actionTypeSbAA8GPHMediaC_SSAA09GPHActionJ0OtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "trackWithMedia:userID:actionType:", + "declAttributes": [ + "AccessControl", + "ObjC", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)reset", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5resetyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)init", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideo", + "printedName": "GPHVideo", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoAssets", + "printedName": "videoAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDescription", + "printedName": "videoDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init:", + "mangledName": "$s10GiphyUISDK8GPHVideoCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHVideoC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init", + "mangledName": "$s10GiphyUISDK8GPHVideoCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(py)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(im)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo", + "mangledName": "$s10GiphyUISDK8GPHVideoC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannel", + "printedName": "GPHChannel", + "children": [ + { + "kind": "Var", + "name": "StickersRootId", + "printedName": "StickersRootId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cpy)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cm)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "parent", + "printedName": "parent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shortDisplayName", + "printedName": "shortDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "descriptionText", + "printedName": "descriptionText", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasChildren", + "printedName": "hasChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isLive", + "printedName": "isLive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPrivate", + "printedName": "isPrivate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVisible", + "printedName": "isVisible", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numChildren", + "printedName": "numChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerImage", + "printedName": "bannerImage", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredGif", + "printedName": "featuredGif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ancestors", + "printedName": "ancestors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init:", + "mangledName": "$s10GiphyUISDK10GPHChannelCyACSicfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHChannelC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init", + "mangledName": "$s10GiphyUISDK10GPHChannelCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(py)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(im)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel", + "mangledName": "$s10GiphyUISDK10GPHChannelC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCache", + "printedName": "GPHCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cpy)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cm)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cache", + "printedName": "cache", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(py)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)setCache:", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)clear", + "mangledName": "$s10GiphyUISDK8GPHCacheC5clearyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAssetData", + "printedName": "downloadAssetData(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Foundation.Data?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.Data?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.Data?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAssetData:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC17downloadAssetData_10completionSo012NSURLSessionF4TaskCSgSS_y10Foundation0F0VSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAsset", + "printedName": "downloadAsset(_:key:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyYYImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyYYImage", + "printedName": "GiphyUISDK.GiphyYYImage", + "usr": "c:objc(cs)GiphyYYImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAsset:key:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC13downloadAsset_3key10completionSo20NSURLSessionDataTaskCSgSS_SSSgySo0A7YYImageCSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)init", + "mangledName": "$s10GiphyUISDK8GPHCacheCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache", + "mangledName": "$s10GiphyUISDK8GPHCacheC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHEventType", + "printedName": "GPHEventType", + "children": [ + { + "kind": "Var", + "name": "recentlyPicked", + "printedName": "recentlyPicked", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHEventType.Type) -> GiphyUISDK.GPHEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHEventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHEventType@GPHEventTypeRecentlyPicked", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO14recentlyPickedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHEventType", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHActionType", + "printedName": "GPHActionType", + "children": [ + { + "kind": "Var", + "name": "seen", + "printedName": "seen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSeen", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4seenyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "hover", + "printedName": "hover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeHover", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5hoveryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "click", + "printedName": "click", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeClick", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5clickyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sent", + "printedName": "sent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSent", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4sentyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "favorite", + "printedName": "favorite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeFavorite", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8favoriteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeStart", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5startyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "longpress", + "printedName": "longpress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeLongpress", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO9longpressyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHActionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHActionType", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListMediaResponse", + "printedName": "GPHListMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC_4data10paginationAcA7GPHMetaC_SayAA8GPHMediaCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaResponse", + "printedName": "GPHMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestType", + "printedName": "GPHRequestType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "animate", + "printedName": "animate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "variations", + "printedName": "variations", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK14GPHRequestTypeO", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContent", + "printedName": "GPHContent", + "children": [ + { + "kind": "Var", + "name": "contentCopy", + "printedName": "contentCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(py)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingGifs", + "printedName": "trendingGifs", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingVideo", + "printedName": "trendingVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingStickers", + "printedName": "trendingStickers", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingText", + "printedName": "trendingText", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "emojiVariations", + "printedName": "emojiVariations(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emojiVariations:", + "mangledName": "$s10GiphyUISDK10GPHContentC15emojiVariationsyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "search", + "printedName": "search(withQuery:mediaType:language:includeDynamicResults:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)searchWithQuery:mediaType:language:includeDynamicResults:", + "mangledName": "$s10GiphyUISDK10GPHContentC6search9withQuery9mediaType8language21includeDynamicResultsACSS_AA08GPHMediaH0OAA011GPHLanguageH0OSbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)animate:", + "mangledName": "$s10GiphyUISDK10GPHContentC7animateyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trending", + "printedName": "trending(mediaType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingWithMediaType:", + "mangledName": "$s10GiphyUISDK10GPHContentC8trending9mediaTypeAcA08GPHMediaF0O_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHContentC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)init", + "mangledName": "$s10GiphyUISDK10GPHContentCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent", + "mangledName": "$s10GiphyUISDK10GPHContentC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContentType", + "printedName": "GPHContentType", + "children": [ + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeRecents", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gifs", + "printedName": "gifs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeGifs", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4gifsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "clips", + "printedName": "clips", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeClips", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5clipsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "stickers", + "printedName": "stickers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeStickers", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8stickersyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeText", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeEmoji", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHContentType", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHAbstractClient", + "printedName": "GPHAbstractClient", + "children": [ + { + "kind": "Var", + "name": "_apiKey", + "printedName": "_apiKey", + "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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)set_apiKey:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateUserAgent", + "printedName": "updateUserAgent(agent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "httpRequest", + "printedName": "httpRequest(with:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)httpRequestWith:completionHandler:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC11httpRequest4with17completionHandlerSo11NSOperationCAA16GPHRequestConfigC_ySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "httpRequestWith:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseJSONResponse", + "printedName": "parseJSONResponse(_:completionHandler:)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(τ_0_0?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHResponse, τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isNetworkReachable", + "printedName": "isNetworkReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImages", + "printedName": "GPHImages", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init:", + "mangledName": "$s10GiphyUISDK9GPHImagesCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK9GPHImagesC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)isEqual:", + "mangledName": "$s10GiphyUISDK9GPHImagesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init", + "mangledName": "$s10GiphyUISDK9GPHImagesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "rendition", + "printedName": "rendition(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)rendition:", + "mangledName": "$s10GiphyUISDK9GPHImagesC9renditionyAA8GPHImageCSgAA16GPHRenditionTypeOF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(py)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages", + "mangledName": "$s10GiphyUISDK9GPHImagesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSession", + "printedName": "GPHSession", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sessionId", + "printedName": "sessionId", + "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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK10GPHSessionC", + "mangledName": "$s10GiphyUISDK10GPHSessionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHIcons", + "printedName": "GPHIcons", + "children": [ + { + "kind": "Function", + "name": "giphyLogo", + "printedName": "giphyLogo()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "mangledName": "$s10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHIcons", + "printedName": "GiphyUISDK.GPHIcons", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons(im)init", + "mangledName": "$s10GiphyUISDK8GPHIconsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons", + "mangledName": "$s10GiphyUISDK8GPHIconsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DebugLogger", + "printedName": "DebugLogger", + "children": [ + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.DebugLogger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "logLevel", + "printedName": "logLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11DebugLoggerC3logyySSF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC3logyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK11DebugLoggerC", + "mangledName": "$s10GiphyUISDK11DebugLoggerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHJSONMappingError", + "printedName": "GPHJSONMappingError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHJSONMappingError", + "printedName": "GiphyUISDK.GPHJSONMappingError", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHHTTPError", + "printedName": "GPHHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHHTTPError", + "printedName": "GiphyUISDK.GPHHTTPError", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "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": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaType", + "printedName": "GPHMediaType", + "children": [ + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeGif", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sticker", + "printedName": "sticker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeSticker", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO7stickeryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeText", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeVideo", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO5videoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endpointPathComponent", + "printedName": "endpointPathComponent", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRenditionType", + "printedName": "GPHRenditionType", + "children": [ + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginal", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8originalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginalStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO13originalStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypePreview", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7previewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeLooping", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7loopingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeight", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO11fixedHeightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO22fixedHeightDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedHeightSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidth", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO10fixedWidthyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedWidthDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO20fixedWidthSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsized", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO9downsizedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedMedium", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15downsizedMediumyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedLarge", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedLargeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRenditionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHLanguageType", + "printedName": "GPHLanguageType", + "children": [ + { + "kind": "Var", + "name": "english", + "printedName": "english", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeEnglish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7englishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "spanish", + "printedName": "spanish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSpanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7spanishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "portuguese", + "printedName": "portuguese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePortuguese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10portugueseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "indonesian", + "printedName": "indonesian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeIndonesian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10indonesianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "french", + "printedName": "french", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFrench", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6frenchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "arabic", + "printedName": "arabic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeArabic", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6arabicyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "turkish", + "printedName": "turkish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeTurkish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7turkishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "thai", + "printedName": "thai", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeThai", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO4thaiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "vietnamese", + "printedName": "vietnamese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeVietnamese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10vietnameseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "german", + "printedName": "german", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeGerman", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6germanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "italian", + "printedName": "italian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeItalian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7italianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "japanese", + "printedName": "japanese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeJapanese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8japaneseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "chineseSimplified", + "printedName": "chineseSimplified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseSimplified", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO17chineseSimplifiedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "chineseTraditional", + "printedName": "chineseTraditional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseTraditional", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO18chineseTraditionalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "russian", + "printedName": "russian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRussian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7russianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "korean", + "printedName": "korean", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeKorean", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6koreanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "polish", + "printedName": "polish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePolish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6polishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "dutch", + "printedName": "dutch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDutch", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5dutchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "romanian", + "printedName": "romanian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRomanian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8romanianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "hungarian", + "printedName": "hungarian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHungarian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9hungarianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "swedish", + "printedName": "swedish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSwedish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7swedishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "czech", + "printedName": "czech", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeCzech", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5czechyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "hindi", + "printedName": "hindi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHindi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5hindiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "bengali", + "printedName": "bengali", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeBengali", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7bengaliyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "danish", + "printedName": "danish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6danishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "farsi", + "printedName": "farsi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFarsi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5farsiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "filipino", + "printedName": "filipino", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFilipino", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8filipinoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "finnish", + "printedName": "finnish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFinnish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7finnishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "hebrew", + "printedName": "hebrew", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHebrew", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6hebrewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "malay", + "printedName": "malay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeMalay", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5malayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "norwegian", + "printedName": "norwegian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeNorwegian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9norwegianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "ukrainian", + "printedName": "ukrainian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeUkrainian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9ukrainianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHLanguageType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRatingType", + "printedName": "GPHRatingType", + "children": [ + { + "kind": "Var", + "name": "ratedY", + "printedName": "ratedY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedY", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedYyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "ratedG", + "printedName": "ratedG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ratedPG", + "printedName": "ratedPG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7ratedPGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "ratedPG13", + "printedName": "ratedPG13", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG13", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO9ratedPG13yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "ratedR", + "printedName": "ratedR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedR", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedRyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nsfw", + "printedName": "nsfw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeNsfw", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO4nsfwyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "unrated", + "printedName": "unrated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeUnrated", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7unratedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRatingType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackRequestType", + "printedName": "GPHPingbackRequestType", + "children": [ + { + "kind": "Var", + "name": "pingback", + "printedName": "pingback", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHPingbackRequestType.Type) -> GiphyUISDK.GPHPingbackRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHPingbackRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType@GPHPingbackRequestTypePingback", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8pingbackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPingbackRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperation", + "printedName": "GPHAsyncOperation", + "children": [ + { + "kind": "TypeDecl", + "name": "State", + "printedName": "State", + "children": [ + { + "kind": "Var", + "name": "ready", + "printedName": "ready", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "executing", + "printedName": "executing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "finished", + "printedName": "finished", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAsyncOperation.State?", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "state", + "printedName": "state", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperation", + "printedName": "GiphyUISDK.GPHAsyncOperation", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation(im)init", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isReady", + "printedName": "isReady", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)ready", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "ready", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isReady", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isReady", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isExecuting", + "printedName": "isExecuting", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)executing", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "executing", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isExecuting", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isExecuting", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFinished", + "printedName": "isFinished", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)finished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "finished", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isFinished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isFinished", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAsynchronous", + "printedName": "isAsynchronous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)asynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "asynchronous", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isAsynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isAsynchronous", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)start", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5startyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "start", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)cancel", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC6cancelyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "cancel", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSOperation", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GPHAsyncOperationWithCompletion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GiphyUISDK.GPHAsyncOperationWithCompletion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion(im)init", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EmojiDrawerBackground", + "printedName": "EmojiDrawerBackground", + "children": [ + { + "kind": "Function", + "name": "setup", + "printedName": "setup(emojisWidth:emojisHeight:anchorTranslationX:anchorWidth:anchorHeight:cornerRadius:marginTop:marginHorizontal:gradientColorTop:gradientColorBottom:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cpy)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cm)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesEnded:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesCancelled:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)layoutSubviews", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC14layoutSubviewsyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPagination", + "printedName": "GPHPagination", + "children": [ + { + "kind": "Var", + "name": "totalCount", + "printedName": "totalCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "filteredCount", + "printedName": "filteredCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "offset", + "printedName": "offset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nextCursor", + "printedName": "nextCursor", + "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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)init", + "mangledName": "$s10GiphyUISDK13GPHPaginationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateFilteredCount", + "printedName": "updateFilteredCount(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)updateFilteredCount:", + "mangledName": "$s10GiphyUISDK13GPHPaginationC19updateFilteredCountyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(py)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(im)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination", + "mangledName": "$s10GiphyUISDK13GPHPaginationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "children": [ + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTabBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBar", + "printedName": "GPHTabBar", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTabBarDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTabBar", + "mangledName": "$s10GiphyUISDK9GPHTabBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "children": [ + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)scrollDirection", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15scrollDirectionSo022UICollectionViewScrollG0VyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GPHWaterfallLayoutAttributes", + "children": [ + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)copyWithZone:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "copyWithZone:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)isEqual:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GiphyUISDK.GPHWaterfallLayoutAttributes", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)init", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewLayoutAttributes", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewLayoutAttributes", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelTag", + "printedName": "GPHChannelTag", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "channel", + "printedName": "channel", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tag", + "printedName": "tag", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rank", + "printedName": "rank", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)init", + "mangledName": "$s10GiphyUISDK13GPHChannelTagCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(py)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(im)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GiphyPingbacks", + "printedName": "GiphyPingbacks", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)configureWithApiKey:verificationMode:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC9configure6apiKey16verificationModeySS_SbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addAdditionalHeaders", + "printedName": "addAdditionalHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)addAdditionalHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC20addAdditionalHeaders10parametersySDyS2SGSg_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "addAdditionalHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(userId:loggedInUserId:analyticsResponsePayload:mediaId:tid:eventType:actionType:sessionId:attributes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)flush", + "mangledName": "$s10GiphyUISDK0A9PingbacksC5flushyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugLogging", + "printedName": "enableDebugLogging(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)enableDebugLogging:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC18enableDebugLoggingyySbFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pingbacksId", + "printedName": "pingbacksId", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cpy)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)setPingbacksId:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyPingbacks", + "printedName": "GiphyUISDK.GiphyPingbacks", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(im)init", + "mangledName": "$s10GiphyUISDK0A9PingbacksCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks", + "mangledName": "$s10GiphyUISDK0A9PingbacksC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMeta", + "printedName": "GPHMeta", + "children": [ + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "msg", + "printedName": "msg", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)init", + "mangledName": "$s10GiphyUISDK7GPHMetaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(py)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(im)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta", + "mangledName": "$s10GiphyUISDK7GPHMetaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTermSuggestion", + "printedName": "GPHTermSuggestion", + "children": [ + { + "kind": "Var", + "name": "term", + "printedName": "term", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)isEqual:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(py)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(im)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(hex:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:So7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "mangledName": "$sSo7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "rgba", + "printedName": "rgba", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvp", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvp", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvg", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toHexString", + "printedName": "toHexString()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "giphyBlack", + "printedName": "giphyBlack", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightestGrey", + "printedName": "giphyLightestGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyMediumGrey", + "printedName": "giphyMediumGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightGrey", + "printedName": "giphyLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraLightGrey", + "printedName": "giphyExtraLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGrey", + "printedName": "giphyGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightCharcoal", + "printedName": "giphyLightCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkCharcoal", + "printedName": "giphyDarkCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkGrey", + "printedName": "giphyDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraDarkGrey", + "printedName": "giphyExtraDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGreen", + "printedName": "giphyGreen", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyBlue", + "printedName": "giphyBlue", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPurple", + "printedName": "giphyPurple", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyIndigo", + "printedName": "giphyIndigo", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyRed", + "printedName": "giphyRed", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyYellow", + "printedName": "giphyYellow", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPink", + "printedName": "giphyPink", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyAqua", + "printedName": "giphyAqua", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "randomColor", + "printedName": "randomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyColors", + "printedName": "giphyColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textGradientColors", + "printedName": "textGradientColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Name", + "printedName": "Name", + "children": [ + { + "kind": "Var", + "name": "audioMutedStateChanged", + "printedName": "audioMutedStateChanged", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "c:@T@NSNotificationName", + "moduleName": "Foundation", + "declAttributes": [ + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "Sendable" + ], + "isFromExtension": true, + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_SwiftNewtypeWrapper", + "printedName": "_SwiftNewtypeWrapper", + "usr": "s:s20_SwiftNewtypeWrapperP", + "mangledName": "$ss20_SwiftNewtypeWrapperP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "children": [ + { + "kind": "Var", + "name": "safeTopAnchor", + "printedName": "safeTopAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomAnchor", + "printedName": "safeBottomAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftAnchor", + "printedName": "safeLeftAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightAnchor", + "printedName": "safeRightAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeWidthAnchor", + "printedName": "safeWidthAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomInset", + "printedName": "safeBottomInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftInset", + "printedName": "safeLeftInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightInset", + "printedName": "safeRightInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "BooleanLiteral", + "offset": 5956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 259, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 312, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 368, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "FloatLiteral", + "offset": 412, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1246, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 1449, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2410, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2526, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2829, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 18, + "value": "\"GiphyUISDK.PingbackCollection\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2077, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "IntegerLiteral", + "offset": 378, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "FloatLiteral", + "offset": 430, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 37, + "value": "\"com.giphy.pingback-submission-queue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 23, + "value": "\"GiphyUISDK.PingbackSubmissionQueue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 342, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 381, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 678, + "length": 3, + "value": "\"@\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 623, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 15, + "value": "\"View on GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1509, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3570, + "length": 4, + "value": "38.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3625, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3760, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3810, + "length": 5, + "value": "400.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3860, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3908, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4684, + "length": 12, + "value": "\"Select GIF\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4707, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5086, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5325, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5843, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6043, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6148, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6306, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6351, + "length": 6, + "value": "\"Back\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 6487, + "length": 2, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 180, + "length": 4, + "value": "4.25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "IntegerLiteral", + "offset": 243, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 293, + "length": 4, + "value": "0.18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 344, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 1134, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1871, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 618, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAsset.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSuggestions.swift", + "kind": "BooleanLiteral", + "offset": 2228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 566, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 710, + "length": 4, + "value": "0.12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 758, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 827, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 335, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4880, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4902, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10787, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10799, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 10804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10811, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11327, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11339, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 538, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 1748, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 282, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1010, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "Dictionary", + "offset": 1072, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 1502, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 2129, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4265, + "length": 53, + "value": "\"mediaTypeConfig must have at least one content type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 45, + "value": "\"mediaTypeConfig cannot only contain recents\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4679, + "length": 403, + "value": "\"||| GIPHY SDK WARNING: You've included the Clips content type in your GIPHY integration. Clips (GIFs with Sound!) is a brand new content type we're offering in the GIPHY SDK. This feature may not be ready for production releases. See the clips.md file in the giphy-ios-sdk repo to learn more. Disable this warning by setting the `disableClipsWarning` property of the `GiphyViewController` to false |||\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5649, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 397, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1474, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1612, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1846, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1957, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2124, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2382, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2428, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3950, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4531, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4731, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 6039, + "length": 3, + "value": "2.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 27, + "value": "\"https:\/\/api.giphy.com\/v1\/\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 651, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackClient.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbacksClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 494, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 585, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 629, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 675, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1202, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1583, + "length": 15, + "value": "\"SEARCH_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1840, + "length": 13, + "value": "\"BACK_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 2135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 2357, + "length": 12, + "value": "\"TEXT_FIELD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "FloatLiteral", + "offset": 1255, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 2191, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1795, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1837, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3076, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3180, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3242, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 3748, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 4538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 5049, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 12, + "value": "\"HeaderCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1139, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6868, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6896, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13427, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13443, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19818, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19830, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 19835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19842, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20358, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20370, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20897, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20909, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 21, + "value": "\"X-GIPHY-SDK-VERSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 18, + "value": "\"X-GIPHY-SDK-NAME\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 22, + "value": "\"X-GIPHY-SDK-PLATFORM\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 29, + "value": "\"X-GIPHY-UI-SDK-IS-EXTENSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 427, + "length": 23, + "value": "\"X-GIPHY-UI-SDK-LAYOUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 7, + "value": "\"UISDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 505, + "length": 7, + "value": "\"RNSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 977, + "length": 6, + "value": "\"TRUE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 986, + "length": 7, + "value": "\"False\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 1294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "Dictionary", + "offset": 1368, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3657, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 5328, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 10648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 10679, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 10975, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 12147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 22358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 404, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 730, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 938, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1132, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1946, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2001, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2057, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2104, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2158, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2193, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2448, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 2596, + "length": 16, + "value": "\"GiphyMediaCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3148, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3239, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3272, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 3473, + "length": 13, + "value": "\"More by You\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3572, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3700, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3717, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3776, + "length": 2, + "value": "88" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3791, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3831, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3865, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 215, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 3, + "value": "3.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 304, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 654, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 754, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 824, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 849, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "FloatLiteral", + "offset": 722, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 23, + "value": "\"kGPHClipsCaptionState\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1567, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1599, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 14, + "value": "\"GiphyUISDK.GPHHeaderModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 17, + "value": "\"GiphyUISDK.GPHNoResultsModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "IntegerLiteral", + "offset": 959, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 15, + "value": "\"No GIFs found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 19, + "value": "\"No stickers found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 15, + "value": "\"No text found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1289, + "length": 16, + "value": "\"No clips found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 15, + "value": "\"NoResultsCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1661, + "length": 15, + "value": "\"No GIFs Found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "BooleanLiteral", + "offset": 1861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "Array", + "offset": 579, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 707, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1554, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1568, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2303, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2326, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 8, + "value": "\"2.3.23\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 1075, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 26, + "value": "\"GiphyUISDK.GPHPingbacksAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2753, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4573, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4716, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 6080, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 7516, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9514, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9591, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10993, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 12138, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13193, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14063, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14149, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 15323, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 9, + "value": "\"GiphyUISDK.GPHClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 878, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 916, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 14, + "value": "\"GiphyUISDK.GPHCoreRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 415, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 767, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1423, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1484, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1499, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1560, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 4096, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 346, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 358, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4838, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4850, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9471, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9483, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15765, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15777, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 15782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16302, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16314, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16319, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16326, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16839, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16851, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"GPHTextSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 1557, + "length": 26, + "value": "\"GPHChannelSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 23, + "value": "\"GPHTermSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 2530, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2578, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2616, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3183, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3481, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 472, + "length": 17, + "value": "\"kRecentlyPicked\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 1677, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 1868, + "length": 25, + "value": "\"kRecentlyPickedSearches\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 5, + "value": "\"n\/a\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "BooleanLiteral", + "offset": 843, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 4115, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 18, + "value": "\"GiphyUISDK.GPHTrackingManager\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1629, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1279, + "length": 4, + "value": "3143" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "BooleanLiteral", + "offset": 2240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 10, + "value": "\"GiphyUISDK.GPHChannel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 384, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 434, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1236, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1250, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1268, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1283, + "length": 9, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 696, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2366, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2511, + "length": 4, + "value": "46.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4580, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 4847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4888, + "length": 4, + "value": "0.65" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5046, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5636, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5672, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5754, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5847, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 334, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 376, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 425, + "length": 5, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 472, + "length": 4, + "value": "1.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 528, + "length": 4, + "value": "0.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 678, + "length": 5, + "value": "0.455" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 685, + "length": 4, + "value": "0.03" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 691, + "length": 5, + "value": "0.515" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 698, + "length": 5, + "value": "0.955" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 12, + "value": "\"position.y\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1684, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 23, + "value": "\"GiphyUISDK.GPHLoadingAnimationView\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 24, + "value": "\"audioMutedStateChanged\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 14, + "value": "\"outputVolume\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 330, + "length": 18, + "value": "\"GiphyUISDK.GPHContentResponse\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2561, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 7439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 17, + "value": "\"GiphyUISDK.GPHAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 9, + "value": "\"GiphyUISDK.GPHImages\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"isEmojiKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 302, + "length": 23, + "value": "\"pingbacksEventTypeKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 24, + "value": "\"pingbacksAttributesKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 428, + "length": 24, + "value": "\"pingbacksResponseIdKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 490, + "length": 13, + "value": "\"layout_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "Array", + "offset": 457, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5267, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22251, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22263, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41198, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41208, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41220, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48225, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48237, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53488, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53500, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 53505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54011, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54023, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54534, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55057, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55069, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55580, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55592, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56103, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56115, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56127, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56626, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56638, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56650, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57149, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57161, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57166, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57672, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57684, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57689, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57696, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57964, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57970, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57980, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57992, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63837, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63849, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 63854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65855, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65867, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70226, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70238, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 70243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70536, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70546, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79953, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79965, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85765, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85777, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91524, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91536, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98132, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98142, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98154, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101922, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101934, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107224, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107236, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114600, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114612, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118096, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118108, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121248, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121260, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126158, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126171, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137441, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137453, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142273, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142283, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142295, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148897, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148903, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148913, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148925, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152362, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152374, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156233, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156243, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156255, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160781, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160793, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162673, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162685, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165863, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165875, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169091, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169107, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169119, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172315, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172327, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172850, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172862, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173406, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173945, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173957, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173969, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174488, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174500, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 174505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175030, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175042, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175054, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175595, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176137, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176683, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176695, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177232, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177244, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177785, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177797, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177809, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178329, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178342, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178872, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178884, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179417, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179429, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179953, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179965, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179970, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180486, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180498, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 180503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181033, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181045, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181057, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181578, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181590, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182128, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182647, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182659, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183182, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183194, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 183199, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183566, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183578, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192021, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 192038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192352, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192364, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198236, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198248, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 198253, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 39, + "value": "\"GiphyUISDK.GPHPingbackAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 786, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2162, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2271, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2343, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2415, + "length": 16, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2651, + "length": 22, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2744, + "length": 16, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2827, + "length": 21, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2912, + "length": 10, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2982, + "length": 15, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3129, + "length": 21, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3220, + "length": 15, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3301, + "length": 20, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3365, + "length": 9, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 14, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3478, + "length": 15, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3537, + "length": 14, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3610, + "length": 14, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6786, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6881, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6926, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6967, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7009, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7049, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7092, + "length": 10, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7137, + "length": 6, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7179, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 8, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7281, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7349, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7403, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7445, + "length": 6, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7486, + "length": 6, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7526, + "length": 5, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7568, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7614, + "length": 9, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7659, + "length": 7, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7700, + "length": 5, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7739, + "length": 5, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7780, + "length": 7, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7822, + "length": 6, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7862, + "length": 5, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 8, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7948, + "length": 7, + "value": "27" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 6, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 5, + "value": "29" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8073, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8120, + "length": 9, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11757, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11795, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11837, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11877, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11924, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11959, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackRequest.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbackRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 271, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 314, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "BooleanLiteral", + "offset": 512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 367, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 493, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "StringLiteral", + "offset": 534, + "length": 30, + "value": "\"com.giphy.pingback-collector\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 2380, + "length": 31, + "value": "\"GiphyUISDK.GPHAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 338, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 463, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 497, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 532, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 567, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 599, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 638, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 1042, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 799, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1604, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1649, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 1875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "Array", + "offset": 2470, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 2773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3022, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3169, + "length": 17, + "value": "\"GIF_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3514, + "length": 21, + "value": "\"STICKER_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3858, + "length": 19, + "value": "\"VIDEO_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4051, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4160, + "length": 18, + "value": "\"TEXT_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4529, + "length": 14, + "value": "\"EMOJI_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4569, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4898, + "length": 16, + "value": "\"RECENTS_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4940, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 6818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 871, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 2387, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 3014, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5738, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ToggleButton.swift", + "kind": "BooleanLiteral", + "offset": 1805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 332, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11590, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11602, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22848, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22860, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38505, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38517, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54133, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54145, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69575, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69587, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83258, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83274, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83286, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96966, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96976, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96988, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110792, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110798, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110808, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110820, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126282, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126298, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126310, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141612, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156919, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156929, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156941, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171717, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171729, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186422, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186432, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186444, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201324, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201334, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201346, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212592, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212604, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223850, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223862, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235385, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235397, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235409, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235924, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235936, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236465, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236477, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 236482, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237006, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237018, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237030, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237558, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237570, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238086, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238098, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238627, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238639, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239167, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239179, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239704, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239716, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239721, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240240, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240252, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240777, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240789, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240801, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241313, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241325, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241848, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241860, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241865, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242382, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242394, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242918, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242930, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243458, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243470, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 243475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243999, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244011, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 244016, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface similarity index 96% rename from GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface rename to GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface index 5d8453f..9340fb5 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) - @available(iOS 3.0, macCatalyst 13.0, *) + @available(iOS 3.0, macCatalyst 13.1, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftdoc index f7e2f9f..463c0a9 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftdoc and b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftdoc differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface index 5d8453f..9340fb5 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) - @available(iOS 3.0, macCatalyst 13.0, *) + @available(iOS 3.0, macCatalyst 13.1, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index f7e2f9f..0000000 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/module.modulemap b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/module.modulemap index 84678bf..434de34 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/module.modulemap +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Modules/module.modulemap @@ -6,6 +6,6 @@ framework module GiphyUISDK { } module GiphyUISDK.Swift { - header "GiphyUISDK-Swift.h" - requires objc + header "GiphyUISDK-Swift.h" + requires objc } diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Resources/Info.plist b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Resources/Info.plist index 8e92d2f..51f8d3f 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Resources/Info.plist +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G165 + 22A380 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.0 + 2.2.1 CFBundleSupportedPlatforms MacOSX @@ -27,19 +27,19 @@ DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 13C100 + 14B47b DTPlatformName macosx DTPlatformVersion - 12.1 + 13.0 DTSDKBuild - 21C46 + 22A372 DTSDKName - macosx12.1 + macosx13.0 DTXcode - 1321 + 1410 DTXcodeBuild - 13C100 + 14B47b LSMinimumSystemVersion 10.15 UIDeviceFamily diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/_CodeSignature/CodeResources b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/_CodeSignature/CodeResources index d0b58dc..b9dac09 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/_CodeSignature/CodeResources +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-maccatalyst/GiphyUISDK.framework/Versions/A/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Resources/Info.plist - q3Bd66ffhba1hru6fVppkCwR4Q0= + NJy9SEH7sW6V+RtvVsQnlw1uwdk= files2 @@ -15,7 +15,7 @@ hash2 - RSQzYwjEFIe76PQWxLr9vcK8FsGxf+emof3IUc7bY4I= + f8zeXF19FdUExFrn32EHY5BtfNlJ6CGIdmlQhVUKCEs= Headers/GiphyUISDK.h @@ -60,102 +60,88 @@ 8aKVNNU2vLLGqcF0ZjzBtviBX4bRjjeHUpyN/AH5uPo= - Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftdoc - - hash2 - - NEAaODV0TWp57D8sDz7fZHQ6hliwsdEv5L39+gvF5go= - - - Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftinterface - - hash2 - - hItCcade1/DWmOklTKmB01Bf7LZmJdgONBYdkIrJKfE= - - - Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftmodule + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.abi.json hash2 - D5r/lyGP0WXNwHosKx1ZF0KsL23CHJMewRjUl3Jdn1Y= + Vk46IQTMNDkHVAaomLBHLIBl84/9PIDtf9s05Mgtygo= - Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface hash2 - NEAaODV0TWp57D8sDz7fZHQ6hliwsdEv5L39+gvF5go= + 0WDx/dhEVHqS8b2pVrLM95RTIgzhIP1LyBzaKXZBQXM= - Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftdoc hash2 - hItCcade1/DWmOklTKmB01Bf7LZmJdgONBYdkIrJKfE= + +LgRVr99ZfB7IauFyZGfCGb5Ho6Y8ddVS+j0LfyR9ZQ= - Modules/GiphyUISDK.swiftmodule/arm64.swiftmodule + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftinterface hash2 - D5r/lyGP0WXNwHosKx1ZF0KsL23CHJMewRjUl3Jdn1Y= + 0WDx/dhEVHqS8b2pVrLM95RTIgzhIP1LyBzaKXZBQXM= - Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftdoc + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-macabi.swiftmodule hash2 - GDwVaQUYUUI4TisJGCaoFU32XJ25j54MYRAXwuRgyEM= + hc87gTlAyfGxr3nk5Sx4xBFF8bBdbZX/Jwt1JhnJTFU= - Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.abi.json hash2 - wL1C5hhYPiTgtiktvLSSaeVdaq4z1y+2MslzZbcLLKg= + Vk46IQTMNDkHVAaomLBHLIBl84/9PIDtf9s05Mgtygo= - Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftmodule + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface hash2 - Af8hOXPISS8vtDdMkJ+be4/m7B+pl3cJS0vhvjcXg5A= + 7AhWYOKYhg0mzKFT9iPk+WrICr6sZmBk3LKDUQ6dWk4= - Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftdoc hash2 - GDwVaQUYUUI4TisJGCaoFU32XJ25j54MYRAXwuRgyEM= + 18fgz7grusLv8zDKHNOJNhJqROee5B1PYmcEJMk60c0= - Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface hash2 - wL1C5hhYPiTgtiktvLSSaeVdaq4z1y+2MslzZbcLLKg= + 7AhWYOKYhg0mzKFT9iPk+WrICr6sZmBk3LKDUQ6dWk4= - Modules/GiphyUISDK.swiftmodule/x86_64.swiftmodule + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-macabi.swiftmodule hash2 - Af8hOXPISS8vtDdMkJ+be4/m7B+pl3cJS0vhvjcXg5A= + 071X13OEuLidF8z7g/kQxp9tXyr9R/6l6oisfsCz9PY= Modules/module.modulemap hash2 - vysnd5Uw6CHSXgTg6TQUmTxo+QliIomjk/7NC5h3BBU= + eqAAIkM894On+N5vaegwymHyByBGOJmL1wDcXjuHSXk= Resources/Info.plist hash2 - 4fqy3Ppapp/tC2g0cQ9MC5LwexOUy7s+mRLFAvJMjf8= + VvdfeNRHFmeENe6irVo/ctfVnLi+BoXrZfKk1nnR9SI= diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/GiphyUISDK b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/GiphyUISDK index 927934c..f8d506d 100755 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/GiphyUISDK and b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/GiphyUISDK differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h index 964deba..fbba92f 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Headers/GiphyUISDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef GIPHYUISDK_SWIFT_H #define GIPHYUISDK_SWIFT_H #pragma clang diagnostic push @@ -23,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -183,14 +192,45 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; @@ -198,6 +238,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #import +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -205,6 +246,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -213,6 +255,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSString; SWIFT_CLASS("_TtC10GiphyUISDK12CallToAction") @@ -244,7 +287,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) Class _Nonnull layer - (void)layoutSubviews; @end -@class NSNumber; @class GPHRequestConfig; @class NSURLResponse; @class NSOperation; @@ -331,7 +373,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GPHCache * _ /// Removes all objects from the cache. This method blocks the calling thread until the cache has been cleared. /// Uses a semaphore to achieve synchronicity on the disk cache. - (void)clear; -/// Convenient method that can be used to retrive a gif asset. It will return the caches asset if available or perform the network. /// \param urlString The url of the asset. /// /// \param completion A closure that provide a NSData or an Error. @@ -768,7 +809,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK9GPHImages") /// Represents Giphy APIs Supported Languages typedef SWIFT_ENUM(NSInteger, GPHLanguageType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// English (en) GPHLanguageTypeEnglish = 0, /// Spanish (es) @@ -1049,17 +1089,10 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHMedia") SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaCell") @interface GPHMediaCell : UICollectionViewCell - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, getter=isHighlighted) BOOL highlighted; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; - (void)prepareForReuse; @end -@class UIGestureRecognizer; - -@interface GPHMediaCell (SWIFT_EXTENSION(GiphyUISDK)) -- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; -@end - /// Represents a Giphy Media Response (single result) SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") @@ -1083,7 +1116,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") /// Represents a Giphy Object Type (GIF/Sticker/…) typedef SWIFT_ENUM(NSInteger, GPHMediaType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Gif Media Type GPHMediaTypeGif = 0, /// Sticker Media Type @@ -1211,7 +1243,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK18GPHPingbacksClient") /// Represents content rating (y,g, pg, pg-13 or r) typedef SWIFT_ENUM(NSInteger, GPHRatingType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// Rated Y GPHRatingTypeRatedY = 0, /// Rated G @@ -1242,7 +1273,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK10GPHRecents") /// Represents a Giphy Rendition Type (Original/Preview/…) typedef SWIFT_ENUM(NSInteger, GPHRenditionType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Original file size and file dimensions. Good for desktop use. GPHRenditionTypeOriginal = 0, /// Preview image for original. @@ -1390,7 +1420,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHTheme") @interface GPHTheme : NSObject - (nonnull instancetype)initWithType:(enum GPHThemeType)type; @property (nonatomic) enum GPHThemeType type; -@property (nonatomic, readonly) UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; +@property (nonatomic, readonly) enum UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientTopColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientBottomColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerSeparatorColor; @@ -1808,13 +1838,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end -@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - - @interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didScrollWithOffset:(CGFloat)offset; - (void)contentDidUpdateWithResultCount:(NSInteger)resultCount error:(NSError * _Nullable)error; @@ -1823,6 +1846,13 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end +@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + SWIFT_CLASS("_TtC10GiphyUISDK14GiphyPingbacks") @interface GiphyPingbacks : NSObject @@ -1859,20 +1889,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK21GiphySearchController") + @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didChooseMediaWithMedia:(GPHMedia * _Nonnull)media; @end - @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)didTapUsername:(NSString * _Nonnull)username; -- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; +- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; @end @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; +- (void)didTapUsername:(NSString * _Nonnull)username; +- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; @end @@ -1964,6 +1994,9 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif @@ -1971,7 +2004,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef GIPHYUISDK_SWIFT_H #define GIPHYUISDK_SWIFT_H #pragma clang diagnostic push @@ -1994,11 +2027,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -2154,14 +2196,45 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; @@ -2169,6 +2242,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #import +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -2176,6 +2250,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -2184,6 +2259,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSString; SWIFT_CLASS("_TtC10GiphyUISDK12CallToAction") @@ -2215,7 +2291,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) Class _Nonnull layer - (void)layoutSubviews; @end -@class NSNumber; @class GPHRequestConfig; @class NSURLResponse; @class NSOperation; @@ -2302,7 +2377,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GPHCache * _ /// Removes all objects from the cache. This method blocks the calling thread until the cache has been cleared. /// Uses a semaphore to achieve synchronicity on the disk cache. - (void)clear; -/// Convenient method that can be used to retrive a gif asset. It will return the caches asset if available or perform the network. /// \param urlString The url of the asset. /// /// \param completion A closure that provide a NSData or an Error. @@ -2739,7 +2813,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK9GPHImages") /// Represents Giphy APIs Supported Languages typedef SWIFT_ENUM(NSInteger, GPHLanguageType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// English (en) GPHLanguageTypeEnglish = 0, /// Spanish (es) @@ -3020,17 +3093,10 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHMedia") SWIFT_CLASS("_TtC10GiphyUISDK12GPHMediaCell") @interface GPHMediaCell : UICollectionViewCell - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, getter=isHighlighted) BOOL highlighted; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; - (void)prepareForReuse; @end -@class UIGestureRecognizer; - -@interface GPHMediaCell (SWIFT_EXTENSION(GiphyUISDK)) -- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT; -@end - /// Represents a Giphy Media Response (single result) SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") @@ -3054,7 +3120,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK16GPHMediaResponse") /// Represents a Giphy Object Type (GIF/Sticker/…) typedef SWIFT_ENUM(NSInteger, GPHMediaType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Gif Media Type GPHMediaTypeGif = 0, /// Sticker Media Type @@ -3182,7 +3247,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK18GPHPingbacksClient") /// Represents content rating (y,g, pg, pg-13 or r) typedef SWIFT_ENUM(NSInteger, GPHRatingType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without loosing String values. /// Rated Y GPHRatingTypeRatedY = 0, /// Rated G @@ -3213,7 +3277,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK10GPHRecents") /// Represents a Giphy Rendition Type (Original/Preview/…) typedef SWIFT_ENUM(NSInteger, GPHRenditionType, open) { -/// We use Int, RawRepresentable to be able to bridge btw ObjC<>Swift without losing String values. /// Original file size and file dimensions. Good for desktop use. GPHRenditionTypeOriginal = 0, /// Preview image for original. @@ -3361,7 +3424,7 @@ SWIFT_CLASS("_TtC10GiphyUISDK8GPHTheme") @interface GPHTheme : NSObject - (nonnull instancetype)initWithType:(enum GPHThemeType)type; @property (nonatomic) enum GPHThemeType type; -@property (nonatomic, readonly) UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; +@property (nonatomic, readonly) enum UIScrollViewIndicatorStyle emojiDrawerScrollIndicatorStyle; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientTopColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerGradientBottomColor; @property (nonatomic, readonly, strong) UIColor * _Nonnull emojiDrawerSeparatorColor; @@ -3779,13 +3842,6 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end -@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - - @interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didScrollWithOffset:(CGFloat)offset; - (void)contentDidUpdateWithResultCount:(NSInteger)resultCount error:(NSError * _Nullable)error; @@ -3794,6 +3850,13 @@ SWIFT_CLASS("_TtC10GiphyUISDK19GiphyGridController") @end +@interface GiphyGridController (SWIFT_EXTENSION(GiphyUISDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView * _Nonnull)collectionView SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + SWIFT_CLASS("_TtC10GiphyUISDK14GiphyPingbacks") @interface GiphyPingbacks : NSObject @@ -3830,20 +3893,20 @@ SWIFT_CLASS("_TtC10GiphyUISDK21GiphySearchController") + @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) - (void)didChooseMediaWithMedia:(GPHMedia * _Nonnull)media; @end - @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)didTapUsername:(NSString * _Nonnull)username; -- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; +- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; @end @interface GiphySearchController (SWIFT_EXTENSION(GiphyUISDK)) -- (void)selectedContentTypeDidChange:(enum GPHContentType)contentType; +- (void)didTapUsername:(NSString * _Nonnull)username; +- (void)didLongPressCell:(GPHMediaCell * _Nullable)cell; @end @@ -3935,10 +3998,15 @@ SWIFT_CLASS("_TtC10GiphyUISDK23PingbackSubmissionQueue") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Info.plist b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Info.plist index 11858c9..078f2af 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Info.plist and b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Info.plist differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..0bf685f --- /dev/null +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,67466 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHThemeType", + "printedName": "GPHThemeType", + "children": [ + { + "kind": "Var", + "name": "dark", + "printedName": "dark", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDark", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO4darkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "light", + "printedName": "light", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLight", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO5lightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "lightBlur", + "printedName": "lightBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLightBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9lightBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "darkBlur", + "printedName": "darkBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDarkBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8darkBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeAutomatic", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9automaticyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHThemeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTheme", + "printedName": "GPHTheme", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)initWithType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAcA0C4TypeO_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)setType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerScrollIndicatorStyle", + "printedName": "emojiDrawerScrollIndicatorStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientTopColor", + "printedName": "emojiDrawerGradientTopColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientBottomColor", + "printedName": "emojiDrawerGradientBottomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerSeparatorColor", + "printedName": "emojiDrawerSeparatorColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarActiveBackgroundColor", + "printedName": "searchBarActiveBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarBackgroundColor", + "printedName": "searchBarBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellBackgroundColor", + "printedName": "suggestionCellBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellTextColor", + "printedName": "suggestionCellTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderTextColor", + "printedName": "placeholderTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldTextColor", + "printedName": "textFieldTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonColor", + "printedName": "selectButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonTextColor", + "printedName": "selectButtonTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarPadding", + "printedName": "searchBarPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarCornerRadius", + "printedName": "searchBarCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cellCornerRadius", + "printedName": "cellCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldFont", + "printedName": "textFieldFont", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColorForLoadingCells", + "printedName": "backgroundColorForLoadingCells", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "showSuggestionsBar", + "printedName": "showSuggestionsBar", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "buttonIcon", + "printedName": "buttonIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchButtonColor", + "printedName": "searchButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "keyboardAppearance", + "printedName": "keyboardAppearance", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderColor", + "printedName": "placeholderColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColor", + "printedName": "backgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textColor", + "printedName": "textColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "handleBarColor", + "printedName": "handleBarColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gridDimColor", + "printedName": "gridDimColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarSwitchSelectedColor", + "printedName": "tabBarSwitchSelectedColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarBackgroundAlpha", + "printedName": "tabBarBackgroundAlpha", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stickerBackgroundColor", + "printedName": "stickerBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "blurStyle", + "printedName": "blurStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)init", + "mangledName": "$s10GiphyUISDK8GPHThemeCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme", + "mangledName": "$s10GiphyUISDK8GPHThemeC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHNetworkReachability", + "printedName": "GPHNetworkReachability", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHNetworkReachability", + "printedName": "GiphyUISDK.GPHNetworkReachability", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isReachable", + "printedName": "isReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFileExtension", + "printedName": "GPHFileExtension", + "children": [ + { + "kind": "Var", + "name": "mp4", + "printedName": "mp4", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionMp4", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3mp4yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionGif", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "webp", + "printedName": "webp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionWebp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO4webpyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHFileExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMedia", + "printedName": "GPHMedia", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caption", + "printedName": "caption", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexable", + "printedName": "indexable", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyUrl", + "printedName": "bitlyUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyGifUrl", + "printedName": "bitlyGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "embedUrl", + "printedName": "embedUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourceTld", + "printedName": "sourceTld", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourcePostUrl", + "printedName": "sourcePostUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "images", + "printedName": "images", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredTags", + "printedName": "featuredTags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "importDate", + "printedName": "importDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "createDate", + "printedName": "createDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "updateDate", + "printedName": "updateDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingDate", + "printedName": "trendingDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isDynamic", + "printedName": "isDynamic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variationCount", + "printedName": "variationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analytics", + "printedName": "analytics", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analyticsResponsePayload", + "printedName": "analyticsResponsePayload", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animatedTextStyle", + "printedName": "animatedTextStyle", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHidden", + "printedName": "isHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRemoved", + "printedName": "isRemoved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isCommunity", + "printedName": "isCommunity", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnonymous", + "printedName": "isAnonymous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFeatured", + "printedName": "isFeatured", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRealtime", + "printedName": "isRealtime", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isIndexable", + "printedName": "isIndexable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isSticker", + "printedName": "isSticker", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasAttribution", + "printedName": "hasAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "callToAction", + "printedName": "callToAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:type:url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init:type:url:", + "mangledName": "$s10GiphyUISDK8GPHMediaC_4type3urlACSS_AA0C4TypeOSStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHMediaC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init", + "mangledName": "$s10GiphyUISDK8GPHMediaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "url", + "printedName": "url(rendition:fileType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)urlWithRendition:fileType:", + "mangledName": "$s10GiphyUISDK8GPHMediaC3url9rendition8fileTypeSSSgAA012GPHRenditionG0O_AA16GPHFileExtensionOtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "aspectRatio", + "printedName": "aspectRatio", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isVideo", + "printedName": "isVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "RawDocComment", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDetailURL", + "printedName": "videoDetailURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smallVideoAssetURL", + "printedName": "smallVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "clipsDetailVideoAssetURL", + "printedName": "clipsDetailVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "availableMp4Url", + "printedName": "availableMp4Url()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)availableMp4Url", + "mangledName": "$s10GiphyUISDK8GPHMediaC15availableMp4UrlSSyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isEmoji", + "printedName": "isEmoji", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setIsEmoji:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksEventType", + "printedName": "pingbacksEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksAttributes", + "printedName": "pingbacksAttributes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setPingbacksAttributes:", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setResponseId:", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia", + "mangledName": "$s10GiphyUISDK8GPHMediaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackSubmissionQueue", + "printedName": "PingbackSubmissionQueue", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:debugLogger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DebugLogger", + "printedName": "GiphyUISDK.DebugLogger", + "usr": "s:10GiphyUISDK11DebugLoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue(im)init", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "children": [ + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHAttributionDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionView", + "printedName": "GPHAttributionView", + "children": [ + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionView", + "printedName": "GiphyUISDK.GPHAttributionView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyAttributionViewController", + "printedName": "GiphyAttributionViewController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHAttributionDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyAttributionViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackDeduplicator", + "printedName": "PingbackDeduplicator", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "needTrack", + "printedName": "needTrack(mediaId:responseId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "AssociatedType", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "declKind": "AssociatedType", + "usr": "s:10GiphyUISDK11GPHMappableP0C6ObjectQa", + "mangledName": "$s10GiphyUISDK11GPHMappableP0C6ObjectQa", + "moduleName": "GiphyUISDK", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.GPHMappableObject" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:format:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseURL", + "printedName": "parseURL(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseRating", + "printedName": "parseRating(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseInt", + "printedName": "parseInt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseString", + "printedName": "parseString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHUser", + "printedName": "GPHUser", + "children": [ + { + "kind": "Var", + "name": "username", + "printedName": "username", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDescription", + "printedName": "userDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "attributionDisplayName", + "printedName": "attributionDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitter", + "printedName": "twitter", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitterUrl", + "printedName": "twitterUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "facebookUrl", + "printedName": "facebookUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagramUrl", + "printedName": "instagramUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagram", + "printedName": "instagram", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteUrl", + "printedName": "websiteUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteDisplayUrl", + "printedName": "websiteDisplayUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tumblrUrl", + "printedName": "tumblrUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "avatarUrl", + "printedName": "avatarUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerUrl", + "printedName": "bannerUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "profileUrl", + "printedName": "profileUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "youtubeUrl", + "printedName": "youtubeUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktokUrl", + "printedName": "tiktokUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktok", + "printedName": "tiktok", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userType", + "printedName": "userType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPublic", + "printedName": "isPublic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isStaff", + "printedName": "isStaff", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVerified", + "printedName": "isVerified", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suppressChrome", + "printedName": "suppressChrome", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loginDate", + "printedName": "loginDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "joinDate", + "printedName": "joinDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init:", + "mangledName": "$s10GiphyUISDK7GPHUserCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isEqual:", + "mangledName": "$s10GiphyUISDK7GPHUserC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK7GPHUserC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init", + "mangledName": "$s10GiphyUISDK7GPHUserCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(py)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(im)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser", + "mangledName": "$s10GiphyUISDK7GPHUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCategory", + "printedName": "GPHCategory", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nameEncoded", + "printedName": "nameEncoded", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "encodedPath", + "printedName": "encodedPath", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "subCategories", + "printedName": "subCategories", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jsonRepresentation", + "printedName": "jsonRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:nameEncoded:encodedPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init:nameEncoded:encodedPath:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC_11nameEncoded11encodedPathACSS_S2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCategory?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl", + "Convenience", + "Required", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodeWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC6encode4withySo7NSCoderC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)isEqual:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init", + "mangledName": "$s10GiphyUISDK11GPHCategoryCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addSubCategory", + "printedName": "addSubCategory(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)addSubCategory:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14addSubCategoryyyACF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(py)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory", + "mangledName": "$s10GiphyUISDK11GPHCategoryC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTextField", + "printedName": "GPHTextField", + "children": [ + { + "kind": "Var", + "name": "next", + "printedName": "next", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(py)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "canPerformAction", + "printedName": "canPerformAction(_:withSender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)canPerformAction:withSender:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC16canPerformAction_10withSenderSb10ObjectiveC8SelectorV_ypSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "canPerformAction:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textRect", + "printedName": "textRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)textRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC8textRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "textRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "editingRect", + "printedName": "editingRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)editingRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC11editingRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "editingRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTextField?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextField", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextField", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAsset", + "printedName": "GPHVideoAsset", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(py)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(im)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHResponse", + "printedName": "GPHResponse", + "children": [ + { + "kind": "Var", + "name": "meta", + "printedName": "meta", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(py)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)setMeta:", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init", + "mangledName": "$s10GiphyUISDK11GPHResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init:", + "mangledName": "$s10GiphyUISDK11GPHResponseCyAcA7GPHMetaCcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(py)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(im)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "mangledName": "$s10GiphyUISDK11GPHResponseC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHOMData", + "printedName": "GPHOMData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData(im)init", + "mangledName": "$s10GiphyUISDK9GPHOMDataCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData", + "mangledName": "$s10GiphyUISDK9GPHOMDataC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSuggestion", + "printedName": "GPHSuggestion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:term:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion(im)init", + "mangledName": "$s10GiphyUISDK13GPHSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchSuggestionType", + "printedName": "GPHSearchSuggestionType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "autocomplete", + "printedName": "autocomplete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "channels", + "printedName": "channels", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFilterable", + "printedName": "GPHFilterable", + "children": [ + { + "kind": "Var", + "name": "filter", + "printedName": "filter", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cpy)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Final", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)setFilter:", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isValidObject", + "printedName": "isValidObject()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)isValidObject", + "mangledName": "$s10GiphyUISDK13GPHFilterableC13isValidObjectSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)init", + "mangledName": "$s10GiphyUISDK13GPHFilterableCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "mangledName": "$s10GiphyUISDK13GPHFilterableC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClipsViewController", + "printedName": "GPHClipsViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)init", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHClipsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyViewController", + "printedName": "GiphyViewController", + "children": [ + { + "kind": "Var", + "name": "swiftUIEnabled", + "printedName": "swiftUIEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setSwiftUIEnabled:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholderText", + "printedName": "placeholderText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setPlaceholderText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "disableClipsWarning", + "printedName": "disableClipsWarning", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDisableClipsWarning:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "confirmationScreenChooseButtonText", + "printedName": "confirmationScreenChooseButtonText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setConfirmationScreenChooseButtonText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "noResultsText", + "printedName": "noResultsText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setNoResultsText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicText", + "printedName": "enableDynamicText", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setEnableDynamicText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showMoreByUser", + "printedName": "showMoreByUser", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowMoreByUser:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stickerColumnCount", + "printedName": "stickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setStickerColumnCount:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setMediaConfig", + "printedName": "setMediaConfig(types:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setMediaConfigWithTypes:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14setMediaConfig5typesySaySiG_tF", + "moduleName": "GiphyUISDK", + "objc_name": "setMediaConfigWithTypes:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dimBackground", + "printedName": "dimBackground", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDimBackground:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fileExtension", + "printedName": "fileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setFileExtension:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "prefersStatusBarHidden", + "printedName": "prefersStatusBarHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "trayHeightMultiplier", + "printedName": "trayHeightMultiplier", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cpy)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)setTrayHeightMultiplier:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier14CoreFoundation7CGFloatVvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CallToAction", + "printedName": "CallToAction", + "children": [ + { + "kind": "Var", + "name": "link", + "printedName": "link", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)init", + "mangledName": "$s10GiphyUISDK12CallToActionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction", + "mangledName": "$s10GiphyUISDK12CallToActionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerView", + "printedName": "GPHVideoPlayerView", + "children": [ + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "maxLoopsBeforeMute", + "printedName": "maxLoopsBeforeMute", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)setMaxLoopsBeforeMute:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cm)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "preloadFirstFrame", + "printedName": "preloadFirstFrame(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)preloadFirstFrameWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC17preloadFirstFrame5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepare", + "printedName": "prepare(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)prepareWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC7prepare5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC20playerStateDidChangeyyAA0cdG0OF", + "moduleName": "GiphyUISDK", + "objc_name": "playerStateDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "objc_name": "playerDidFail:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC14mediaDidChange0F0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestConfig", + "printedName": "GPHRequestConfig", + "children": [ + { + "kind": "Var", + "name": "base", + "printedName": "base", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setBase:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "queryItems", + "printedName": "queryItems", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setQueryItems:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "headers", + "printedName": "headers", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHeaders:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "httpBody", + "printedName": "httpBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHttpBody:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setContentType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setPath:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestType", + "printedName": "requestType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRequestType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setApiKey:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "retry", + "printedName": "retry", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRetry:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC5retrySivM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "timeoutInterval", + "printedName": "timeoutInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setTimeoutInterval:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "getRequest", + "printedName": "getRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)getRequest", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10getRequest10Foundation10URLRequestVyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)init", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksClient", + "printedName": "GPHPingbacksClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setUserId:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksClient", + "printedName": "GiphyUISDK.GPHPingbacksClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "submitSession", + "printedName": "submitSession(_:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHPingbacksAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackUser", + "printedName": "GPHPingbackUser", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(userId:loggedInUserId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK15GPHPingbackUserC", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "children": [ + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBar", + "printedName": "GPHSearchBar", + "children": [ + { + "kind": "Function", + "name": "beginEditing", + "printedName": "beginEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endEditing", + "printedName": "endEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setText", + "printedName": "setText(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHSearchBar?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFieldShouldEndEditing", + "printedName": "textFieldShouldEndEditing(_:)", + "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@GiphyUISDK@objc(cs)GPHSearchBar(im)textFieldShouldEndEditing:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC25textFieldShouldEndEditingySbSo06UITextF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "textFieldShouldEndEditing:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImage", + "printedName": "GPHImage", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rendition", + "printedName": "rendition", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifUrl", + "printedName": "gifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stillGifUrl", + "printedName": "stillGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frames", + "printedName": "frames", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifSize", + "printedName": "gifSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPUrl", + "printedName": "webPUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPSize", + "printedName": "webPSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Url", + "printedName": "mp4Url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Size", + "printedName": "mp4Size", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:rendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init:rendition:", + "mangledName": "$s10GiphyUISDK8GPHImageC_9renditionACSS_AA16GPHRenditionTypeOtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHImageC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHImageC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init", + "mangledName": "$s10GiphyUISDK8GPHImageCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(py)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(im)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage", + "mangledName": "$s10GiphyUISDK8GPHImageC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWrapperViewController", + "printedName": "GPHWrapperViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)init", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHWrapperViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "transitionDuration", + "printedName": "transitionDuration(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerContextTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)transitionDuration:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC18transitionDuration5usingSdSo06UIViewE20ContextTransitioning_pSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "transitionDuration:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animateTransition", + "printedName": "animateTransition(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animateTransition:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC17animateTransition5usingySo06UIViewE20ContextTransitioning_p_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animateTransition:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forDismissed:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForDismissedController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forDismissedSo06UIViewE21AnimatedTransitioning_pSgSo0iE0C_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForDismissedController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forPresented:presenting:source:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForPresentedController:presentingController:sourceController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forPresented10presenting6sourceSo06UIViewE21AnimatedTransitioning_pSgSo0kE0C_A2KtF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForPresentedController:presentingController:sourceController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "children": [ + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety14CoreFoundation7CGFloatV_tF", + "mangledName": "$s10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyGridController", + "printedName": "GiphyGridController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHGridDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "direction", + "printedName": "direction", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDirection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "content", + "printedName": "content", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setContent:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellPadding", + "printedName": "cellPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setCellPadding:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC11cellPadding14CoreFoundation7CGFloatVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfTracks", + "printedName": "numberOfTracks", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setNumberOfTracks", + "printedName": "setNumberOfTracks(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setNumberOfTracks:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17setNumberOfTracksyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setFixedSizeCells:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageFileExtensionForDynamicAssets", + "printedName": "imageFileExtensionForDynamicAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setImageFileExtensionForDynamicAssets:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)init", + "mangledName": "$s10GiphyUISDK0A14GridControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicResultsInTextSearch", + "printedName": "enableDynamicResultsInTextSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setEnableDynamicResultsInTextSearch:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "update", + "printedName": "update()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)update", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6updateyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)scrollViewDidScroll:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC19scrollViewDidScrollyySo08UIScrollF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "ObjC", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyGridController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:numberOfItemsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_22numberOfItemsInSectionSiSo012UICollectionF0C_SitF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:numberOfItemsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfSectionsInCollectionView:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16numberOfSections2inSiSo16UICollectionViewC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfSectionsInCollectionView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cellForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_13cellForItemAtSo012UICollectionF4CellCSo0kF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:cellForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:sizeForSectionItem:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfColumnsForItemAt:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)scrollDirection", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15scrollDirectionSo022UICollectionViewScrollF0VyF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollDirection", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:willDisplay:forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_11willDisplay9forItemAtySo012UICollectionF0C_So0lF4CellC10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:contextMenuConfigurationForItemAt:point:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIContextMenuConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIContextMenuConfiguration", + "printedName": "UIKit.UIContextMenuConfiguration", + "usr": "c:objc(cs)UIContextMenuConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_33contextMenuConfigurationForItemAt5pointSo09UIContexthI0CSgSo012UICollectionF0C_10Foundation9IndexPathVSo7CGPointVtF", + "moduleName": "GiphyUISDK", + "intro_iOS": "13.0", + "objc_name": "collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaForIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaIsLoadedAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController", + "mangledName": "$s10GiphyUISDK0A14GridControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackHTTPError", + "printedName": "GPHPingbackHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackHTTPError", + "printedName": "GiphyUISDK.GPHPingbackHTTPError", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Giphy", + "printedName": "Giphy", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(cm)configureWithApiKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A0C9configure6apiKey16verificationMode8metadataySS_SbSDyS2SGtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:metadata:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Giphy", + "printedName": "GiphyUISDK.Giphy", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(im)init", + "mangledName": "$s10GiphyUISDK0A0CACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy", + "mangledName": "$s10GiphyUISDK0A0C", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyDelegate", + "printedName": "GiphyDelegate", + "children": [ + { + "kind": "Function", + "name": "didSearch", + "printedName": "didSearch(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSearchFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didSearch3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSearchFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCreate", + "printedName": "didCreate(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didCreateFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didCreate3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didCreateFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5mediayAA0ahI0C_AA8GPHMediaCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:contentType:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5media11contentTypeyAA0ahI0C_AA8GPHMediaCAA010GPHContentL0OtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:contentType:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didDismiss", + "printedName": "didDismiss(controller:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didDismissWithController:", + "mangledName": "$s10GiphyUISDK0A8DelegateP10didDismiss10controlleryAA0A14ViewControllerCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didDismissWithController:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapSuggestion", + "printedName": "didTapSuggestion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didTapSuggestion:", + "mangledName": "$s10GiphyUISDK0A8DelegateP16didTapSuggestionyyAA13GPHSuggestionCF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A8DelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A8DelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate", + "mangledName": "$s10GiphyUISDK0A8DelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphySearchController", + "printedName": "GiphySearchController", + "children": [ + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillDisappear", + "printedName": "viewWillDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC17viewWillDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphySearchController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarBackButtonTapped", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC25searchBarBackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarFocusDidChange:focused:text:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC23searchBarFocusDidChange_7focused4textyAA09GPHSearchF0C_SbSStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarTextDidChange:query:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22searchBarTextDidChange_5queryyAA09GPHSearchF0C_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)selectedContentTypeDidChange:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC28selectedContentTypeDidChangeyyAA010GPHContentG0OF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didChooseMediaWithMedia:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapUsername", + "printedName": "didTapUsername(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didTapUsername:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didTapUsernameyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didLongPressCell", + "printedName": "didLongPressCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didLongPressCell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16didLongPressCellyyAA08GPHMediaH0CSgF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "objc_name": "errorDidOccur:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "objc_name": "syntheticErrorDidOccur", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVKit", + "printedName": "AVKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTextLoadingView", + "printedName": "GPHTextLoadingView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextLoadingView", + "printedName": "GiphyUISDK.GPHTextLoadingView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaCell", + "printedName": "GPHMediaCell", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)prepareForReuse", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC15prepareForReuseyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prepareForReuse", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewCell", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewCell", + "UIKit.UICollectionReusableView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "CodableBool", + "printedName": "CodableBool", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolVACycfc", + "mangledName": "$s10GiphyUISDK11CodableBoolVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableBoolV", + "mangledName": "$s10GiphyUISDK11CodableBoolV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableDate", + "printedName": "CodableDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateVACycfc", + "mangledName": "$s10GiphyUISDK11CodableDateVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableDateV", + "mangledName": "$s10GiphyUISDK11CodableDateV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableStrToInt", + "printedName": "CodableStrToInt", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntVACycfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableStrToIntV", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableIntToStr", + "printedName": "CodableIntToStr", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrVACycfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableIntToStrV", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHRatingType", + "printedName": "CodableGPHRatingType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHMediaType", + "printedName": "CodableGPHMediaType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyCodable", + "printedName": "AnyCodable", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvp", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvg", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvs", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvM", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK10AnyCodableV", + "mangledName": "$s10GiphyUISDK10AnyCodableV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAnalyticsEvent", + "printedName": "GPHAnalyticsEvent", + "children": [ + { + "kind": "Var", + "name": "eventType", + "printedName": "eventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(analyticsResponsePayload:eventType:actionType:gifId:tid:ts:attributes:userId:loggedInUserId:randomId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListCategoryResponse", + "printedName": "GPHListCategoryResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC_4data10paginationAcA7GPHMetaC_SayAA11GPHCategoryCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerState", + "printedName": "GPHVideoPlayerState", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateUnknown", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7unknownyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "readyToPlay", + "printedName": "readyToPlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateReadyToPlay", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO11readyToPlayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePlaying", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7playingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePaused", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO6pausedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateRepeated", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8repeatedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "idle", + "printedName": "idle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateIdle", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO4idleyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerState?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "children": [ + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP06playerE9DidChangeyyAA0cdE0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP14mediaDidChange0G0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "CaptionState", + "printedName": "CaptionState", + "children": [ + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CaptionState", + "printedName": "GiphyUISDK.CaptionState", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState(im)init", + "mangledName": "$s10GiphyUISDK12CaptionStateCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState", + "mangledName": "$s10GiphyUISDK12CaptionStateC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayer", + "printedName": "GPHVideoPlayer", + "children": [ + { + "kind": "Var", + "name": "playerView", + "printedName": "playerView", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHVideoPlayerView?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(py)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)setPlayerView:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)addWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC3add8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)removeWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6remove8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareMedia", + "printedName": "prepareMedia(media:view:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)prepareMediaWithMedia:view:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12prepareMedia5media4viewyAA8GPHMediaC_AA0cD4ViewCSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadMedia", + "printedName": "loadMedia(media:autoPlay:muteOnPlay:view:repeatable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)loadMediaWithMedia:autoPlay:muteOnPlay:view:repeatable:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC9loadMedia5media8autoPlay06muteOnI04view10repeatableyAA8GPHMediaC_S2bAA0cD4ViewCSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)pause", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC5pauseyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resume", + "printedName": "resume()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)resume", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6resumeyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mute", + "printedName": "mute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)mute:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4muteyySbF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)stop", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4stopyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "observeValue", + "printedName": "observeValue(forKeyPath:of:change:context:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSKeyValueChangeKey", + "printedName": "Foundation.NSKeyValueChangeKey", + "usr": "c:@T@NSKeyValueChangeKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)observeValueForKeyPath:ofObject:change:context:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12observeValue10forKeyPath2of6change7contextySSSg_ypSgSDySo05NSKeyf6ChangeH0aypGSgSvSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "observeValueForKeyPath:ofObject:change:context:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyCore", + "printedName": "GiphyCore", + "children": [ + { + "kind": "Var", + "name": "versionName", + "printedName": "versionName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppExtension", + "printedName": "isAppExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cpy)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:name:versionName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)configureWithApiKey:verificationMode:name:versionName:", + "mangledName": "$s10GiphyUISDK0A4CoreC9configure6apiKey16verificationMode4name11versionNameySS_SbS2StFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:name:versionName:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomHeaders", + "printedName": "setCustomHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setCustomHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A4CoreC16setCustomHeaders10parametersySDyS2SG_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setCustomHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFilter", + "printedName": "setFilter(filter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setFilterWithFilter:", + "mangledName": "$s10GiphyUISDK0A4CoreC9setFilter6filterySbAA13GPHFilterableCc_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setFilterWithFilter:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyCore", + "printedName": "GiphyUISDK.GiphyCore", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(im)init", + "mangledName": "$s10GiphyUISDK0A4CoreCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore", + "mangledName": "$s10GiphyUISDK0A4CoreC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListChannelResponse", + "printedName": "GPHListChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC_4data10paginationAcA7GPHMetaC_SayAA10GPHChannelCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksAbstractClient", + "printedName": "GPHPingbacksAbstractClient", + "children": [ + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setTimeout:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksAbstractClient", + "printedName": "GiphyUISDK.GPHPingbacksAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClient", + "printedName": "GPHClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customHeaders", + "printedName": "customHeaders", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setCustomHeaders:", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "gifByID", + "printedName": "gifByID(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifByID:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7gifByID_15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SdyAA16GPHMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gifsByIDs", + "printedName": "gifsByIDs(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifsByIDs:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC9gifsByIDs_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSaySSG_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emoji", + "printedName": "emoji(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC5emoji6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "emojiWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "defaultEmojis", + "printedName": "defaultEmojis(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC13defaultEmojis6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emojiVariationsByID", + "printedName": "emojiVariationsByID(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiVariationsByID:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC19emojiVariationsByID_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trendingSearches", + "printedName": "trendingSearches(timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)trendingSearchesWithTimeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC16trendingSearches15timeoutInterval17completionHandlerSo11NSOperationCSd_yAA29GPHListTermSuggestionResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "trendingSearchesWithTimeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "channelsSearch", + "printedName": "channelsSearch(_:offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListChannelResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)channelsSearch:offset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC14channelsSearch_6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSS_S2iSdyAA22GPHListChannelResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)animate:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7animate_15timeoutInterval17completionHandlerSo11NSOperationCSS_SdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK9GPHClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "declAttributes": [ + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient", + "mangledName": "$s10GiphyUISDK9GPHClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "superclassNames": [ + "GiphyUISDK.GPHAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListTermSuggestionResponse", + "printedName": "GPHListTermSuggestionResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMeta?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC_4dataAcA7GPHMetaCSg_SaySSGSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GradientDirection", + "printedName": "GradientDirection", + "children": [ + { + "kind": "Var", + "name": "horizontal", + "printedName": "horizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "vertical", + "printedName": "vertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "diagonal", + "printedName": "diagonal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "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:10GiphyUISDK17GradientDirectionO9hashValueSivp", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GradientDirectionO9hashValueSivg", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GradientDirectionO", + "mangledName": "$s10GiphyUISDK17GradientDirectionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GradientView", + "printedName": "GradientView", + "children": [ + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cm)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GradientViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GradientView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GradientViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView", + "mangledName": "$s10GiphyUISDK12GradientViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHStickerColumnCount", + "printedName": "GPHStickerColumnCount", + "children": [ + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "two", + "printedName": "two", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountTwo", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO3twoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "three", + "printedName": "three", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountThree", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO5threeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "four", + "printedName": "four", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountFour", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO4fouryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHStickerColumnCount?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHGifButtonColor", + "printedName": "GPHGifButtonColor", + "children": [ + { + "kind": "Var", + "name": "pink", + "printedName": "pink", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorPink", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4pinkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "blue", + "printedName": "blue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlue", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4blueyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "black", + "printedName": "black", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlack", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5blackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "white", + "printedName": "white", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorWhite", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5whiteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGifButtonColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequest", + "printedName": "GPHCoreRequest", + "children": [ + { + "kind": "Function", + "name": "main", + "printedName": "main()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest(im)main", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC4mainyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "main", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperationWithCompletion", + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequestType", + "printedName": "GPHCoreRequestType", + "children": [ + { + "kind": "Var", + "name": "post", + "printedName": "post", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "get", + "printedName": "get", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "put", + "printedName": "put", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "patch", + "printedName": "patch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delete", + "printedName": "delete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "upload", + "printedName": "upload", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCoreRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestRouter", + "printedName": "GPHRequestRouter", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestRouter.Type) -> (Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestRouter.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "encodedURLQueryItem", + "printedName": "encodedURLQueryItem(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + }, + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asURLRequest", + "printedName": "asURLRequest(_:httpBody:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK16GPHRequestRouterO", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaViewDelegate", + "printedName": "GPHMediaViewDelegate", + "children": [ + { + "kind": "Function", + "name": "didPressMoreByUser", + "printedName": "didPressMoreByUser(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate(im)didPressMoreByUser:", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP18didPressMoreByUseryySSF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMediaViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaView", + "printedName": "GPHMediaView", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setDelegate:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showAttribution", + "printedName": "showAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setShowAttribution:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setTheme:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)init", + "mangledName": "$s10GiphyUISDK12GPHMediaViewCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "loadAsset", + "printedName": "loadAsset(at:queueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)loadAssetAt:queueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC9loadAsset2at22queueOriginalRenditionySS_SbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelLoading", + "printedName": "cancelLoading()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)cancelLoading", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC13cancelLoadingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5imageACSo7UIImageCSg_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:highlightedImage:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:highlightedImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5image16highlightedImageACSo7UIImageCSg_AHtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "intro_iOS": "3.0", + "objc_name": "initWithImage:highlightedImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setMedia", + "printedName": "setMedia(_:rendition:shouldQueueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:rendition:shouldQueueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8setMedia_9rendition28shouldQueueOriginalRenditionyAA0C0C_AA16GPHRenditionTypeOSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)GiphyYYAnimatedImageView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GiphyYYAnimatedImageView", + "UIKit.UIImageView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelResponse", + "printedName": "GPHChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAssets", + "printedName": "GPHVideoAssets", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lowRes", + "printedName": "lowRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "small", + "printedName": "small", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "medium", + "printedName": "medium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "large", + "printedName": "large", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "highRes", + "printedName": "highRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)isEqual:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(py)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(im)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecents", + "printedName": "GPHRecents", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC5clearyyFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "ids", + "printedName": "ids", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecents", + "printedName": "GiphyUISDK.GPHRecents", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents(im)init", + "mangledName": "$s10GiphyUISDK10GPHRecentsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents", + "mangledName": "$s10GiphyUISDK10GPHRecentsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecentSearches", + "printedName": "GPHRecentSearches", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecentSearches", + "printedName": "GiphyUISDK.GPHRecentSearches", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches(im)init", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "children": [ + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "impressionOccurred", + "printedName": "impressionOccurred(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)impressionOccurredWithMedia:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP18impressionOccurred5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "impressionOccurredWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingManager", + "printedName": "GPHTrackingManager", + "children": [ + { + "kind": "Var", + "name": "placementContext", + "printedName": "placementContext", + "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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userID", + "printedName": "userID", + "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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTrackingDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(collectionView:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateTracking", + "printedName": "updateTracking()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)updateTracking", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14updateTrackingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "track", + "printedName": "track(media:userID:actionType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)trackWithMedia:userID:actionType:", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5track5media6userID10actionTypeSbAA8GPHMediaC_SSAA09GPHActionJ0OtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "trackWithMedia:userID:actionType:", + "declAttributes": [ + "AccessControl", + "ObjC", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)reset", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5resetyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)init", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideo", + "printedName": "GPHVideo", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoAssets", + "printedName": "videoAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDescription", + "printedName": "videoDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init:", + "mangledName": "$s10GiphyUISDK8GPHVideoCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHVideoC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init", + "mangledName": "$s10GiphyUISDK8GPHVideoCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(py)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(im)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo", + "mangledName": "$s10GiphyUISDK8GPHVideoC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannel", + "printedName": "GPHChannel", + "children": [ + { + "kind": "Var", + "name": "StickersRootId", + "printedName": "StickersRootId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cpy)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cm)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "parent", + "printedName": "parent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shortDisplayName", + "printedName": "shortDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "descriptionText", + "printedName": "descriptionText", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasChildren", + "printedName": "hasChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isLive", + "printedName": "isLive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPrivate", + "printedName": "isPrivate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVisible", + "printedName": "isVisible", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numChildren", + "printedName": "numChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerImage", + "printedName": "bannerImage", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredGif", + "printedName": "featuredGif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ancestors", + "printedName": "ancestors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init:", + "mangledName": "$s10GiphyUISDK10GPHChannelCyACSicfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHChannelC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init", + "mangledName": "$s10GiphyUISDK10GPHChannelCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(py)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(im)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel", + "mangledName": "$s10GiphyUISDK10GPHChannelC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCache", + "printedName": "GPHCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cpy)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cm)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cache", + "printedName": "cache", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(py)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)setCache:", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)clear", + "mangledName": "$s10GiphyUISDK8GPHCacheC5clearyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAssetData", + "printedName": "downloadAssetData(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Foundation.Data?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.Data?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.Data?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAssetData:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC17downloadAssetData_10completionSo012NSURLSessionF4TaskCSgSS_y10Foundation0F0VSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAsset", + "printedName": "downloadAsset(_:key:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyYYImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyYYImage", + "printedName": "GiphyUISDK.GiphyYYImage", + "usr": "c:objc(cs)GiphyYYImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAsset:key:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC13downloadAsset_3key10completionSo20NSURLSessionDataTaskCSgSS_SSSgySo0A7YYImageCSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)init", + "mangledName": "$s10GiphyUISDK8GPHCacheCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache", + "mangledName": "$s10GiphyUISDK8GPHCacheC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHEventType", + "printedName": "GPHEventType", + "children": [ + { + "kind": "Var", + "name": "recentlyPicked", + "printedName": "recentlyPicked", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHEventType.Type) -> GiphyUISDK.GPHEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHEventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHEventType@GPHEventTypeRecentlyPicked", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO14recentlyPickedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHEventType", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHActionType", + "printedName": "GPHActionType", + "children": [ + { + "kind": "Var", + "name": "seen", + "printedName": "seen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSeen", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4seenyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "hover", + "printedName": "hover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeHover", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5hoveryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "click", + "printedName": "click", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeClick", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5clickyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sent", + "printedName": "sent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSent", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4sentyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "favorite", + "printedName": "favorite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeFavorite", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8favoriteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeStart", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5startyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "longpress", + "printedName": "longpress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeLongpress", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO9longpressyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHActionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHActionType", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListMediaResponse", + "printedName": "GPHListMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC_4data10paginationAcA7GPHMetaC_SayAA8GPHMediaCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaResponse", + "printedName": "GPHMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestType", + "printedName": "GPHRequestType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "animate", + "printedName": "animate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "variations", + "printedName": "variations", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK14GPHRequestTypeO", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContent", + "printedName": "GPHContent", + "children": [ + { + "kind": "Var", + "name": "contentCopy", + "printedName": "contentCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(py)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingGifs", + "printedName": "trendingGifs", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingVideo", + "printedName": "trendingVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingStickers", + "printedName": "trendingStickers", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingText", + "printedName": "trendingText", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "emojiVariations", + "printedName": "emojiVariations(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emojiVariations:", + "mangledName": "$s10GiphyUISDK10GPHContentC15emojiVariationsyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "search", + "printedName": "search(withQuery:mediaType:language:includeDynamicResults:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)searchWithQuery:mediaType:language:includeDynamicResults:", + "mangledName": "$s10GiphyUISDK10GPHContentC6search9withQuery9mediaType8language21includeDynamicResultsACSS_AA08GPHMediaH0OAA011GPHLanguageH0OSbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)animate:", + "mangledName": "$s10GiphyUISDK10GPHContentC7animateyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trending", + "printedName": "trending(mediaType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingWithMediaType:", + "mangledName": "$s10GiphyUISDK10GPHContentC8trending9mediaTypeAcA08GPHMediaF0O_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHContentC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)init", + "mangledName": "$s10GiphyUISDK10GPHContentCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent", + "mangledName": "$s10GiphyUISDK10GPHContentC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContentType", + "printedName": "GPHContentType", + "children": [ + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeRecents", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gifs", + "printedName": "gifs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeGifs", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4gifsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "clips", + "printedName": "clips", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeClips", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5clipsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "stickers", + "printedName": "stickers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeStickers", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8stickersyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeText", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeEmoji", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHContentType", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHAbstractClient", + "printedName": "GPHAbstractClient", + "children": [ + { + "kind": "Var", + "name": "_apiKey", + "printedName": "_apiKey", + "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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)set_apiKey:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateUserAgent", + "printedName": "updateUserAgent(agent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "httpRequest", + "printedName": "httpRequest(with:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)httpRequestWith:completionHandler:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC11httpRequest4with17completionHandlerSo11NSOperationCAA16GPHRequestConfigC_ySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "httpRequestWith:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseJSONResponse", + "printedName": "parseJSONResponse(_:completionHandler:)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(τ_0_0?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHResponse, τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isNetworkReachable", + "printedName": "isNetworkReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImages", + "printedName": "GPHImages", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init:", + "mangledName": "$s10GiphyUISDK9GPHImagesCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK9GPHImagesC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)isEqual:", + "mangledName": "$s10GiphyUISDK9GPHImagesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init", + "mangledName": "$s10GiphyUISDK9GPHImagesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "rendition", + "printedName": "rendition(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)rendition:", + "mangledName": "$s10GiphyUISDK9GPHImagesC9renditionyAA8GPHImageCSgAA16GPHRenditionTypeOF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(py)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages", + "mangledName": "$s10GiphyUISDK9GPHImagesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSession", + "printedName": "GPHSession", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sessionId", + "printedName": "sessionId", + "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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK10GPHSessionC", + "mangledName": "$s10GiphyUISDK10GPHSessionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHIcons", + "printedName": "GPHIcons", + "children": [ + { + "kind": "Function", + "name": "giphyLogo", + "printedName": "giphyLogo()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "mangledName": "$s10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHIcons", + "printedName": "GiphyUISDK.GPHIcons", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons(im)init", + "mangledName": "$s10GiphyUISDK8GPHIconsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons", + "mangledName": "$s10GiphyUISDK8GPHIconsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DebugLogger", + "printedName": "DebugLogger", + "children": [ + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.DebugLogger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "logLevel", + "printedName": "logLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11DebugLoggerC3logyySSF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC3logyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK11DebugLoggerC", + "mangledName": "$s10GiphyUISDK11DebugLoggerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHJSONMappingError", + "printedName": "GPHJSONMappingError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHJSONMappingError", + "printedName": "GiphyUISDK.GPHJSONMappingError", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHHTTPError", + "printedName": "GPHHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHHTTPError", + "printedName": "GiphyUISDK.GPHHTTPError", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "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": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaType", + "printedName": "GPHMediaType", + "children": [ + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeGif", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sticker", + "printedName": "sticker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeSticker", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO7stickeryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeText", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeVideo", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO5videoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endpointPathComponent", + "printedName": "endpointPathComponent", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRenditionType", + "printedName": "GPHRenditionType", + "children": [ + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginal", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8originalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginalStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO13originalStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypePreview", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7previewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeLooping", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7loopingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeight", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO11fixedHeightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO22fixedHeightDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedHeightSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidth", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO10fixedWidthyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedWidthDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO20fixedWidthSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsized", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO9downsizedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedMedium", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15downsizedMediumyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedLarge", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedLargeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRenditionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHLanguageType", + "printedName": "GPHLanguageType", + "children": [ + { + "kind": "Var", + "name": "english", + "printedName": "english", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeEnglish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7englishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "spanish", + "printedName": "spanish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSpanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7spanishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "portuguese", + "printedName": "portuguese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePortuguese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10portugueseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "indonesian", + "printedName": "indonesian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeIndonesian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10indonesianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "french", + "printedName": "french", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFrench", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6frenchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "arabic", + "printedName": "arabic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeArabic", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6arabicyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "turkish", + "printedName": "turkish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeTurkish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7turkishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "thai", + "printedName": "thai", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeThai", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO4thaiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "vietnamese", + "printedName": "vietnamese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeVietnamese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10vietnameseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "german", + "printedName": "german", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeGerman", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6germanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "italian", + "printedName": "italian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeItalian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7italianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "japanese", + "printedName": "japanese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeJapanese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8japaneseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "chineseSimplified", + "printedName": "chineseSimplified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseSimplified", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO17chineseSimplifiedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "chineseTraditional", + "printedName": "chineseTraditional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseTraditional", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO18chineseTraditionalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "russian", + "printedName": "russian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRussian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7russianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "korean", + "printedName": "korean", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeKorean", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6koreanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "polish", + "printedName": "polish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePolish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6polishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "dutch", + "printedName": "dutch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDutch", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5dutchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "romanian", + "printedName": "romanian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRomanian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8romanianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "hungarian", + "printedName": "hungarian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHungarian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9hungarianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "swedish", + "printedName": "swedish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSwedish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7swedishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "czech", + "printedName": "czech", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeCzech", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5czechyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "hindi", + "printedName": "hindi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHindi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5hindiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "bengali", + "printedName": "bengali", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeBengali", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7bengaliyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "danish", + "printedName": "danish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6danishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "farsi", + "printedName": "farsi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFarsi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5farsiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "filipino", + "printedName": "filipino", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFilipino", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8filipinoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "finnish", + "printedName": "finnish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFinnish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7finnishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "hebrew", + "printedName": "hebrew", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHebrew", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6hebrewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "malay", + "printedName": "malay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeMalay", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5malayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "norwegian", + "printedName": "norwegian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeNorwegian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9norwegianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "ukrainian", + "printedName": "ukrainian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeUkrainian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9ukrainianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHLanguageType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRatingType", + "printedName": "GPHRatingType", + "children": [ + { + "kind": "Var", + "name": "ratedY", + "printedName": "ratedY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedY", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedYyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "ratedG", + "printedName": "ratedG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ratedPG", + "printedName": "ratedPG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7ratedPGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "ratedPG13", + "printedName": "ratedPG13", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG13", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO9ratedPG13yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "ratedR", + "printedName": "ratedR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedR", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedRyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nsfw", + "printedName": "nsfw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeNsfw", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO4nsfwyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "unrated", + "printedName": "unrated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeUnrated", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7unratedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRatingType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackRequestType", + "printedName": "GPHPingbackRequestType", + "children": [ + { + "kind": "Var", + "name": "pingback", + "printedName": "pingback", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHPingbackRequestType.Type) -> GiphyUISDK.GPHPingbackRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHPingbackRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType@GPHPingbackRequestTypePingback", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8pingbackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPingbackRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperation", + "printedName": "GPHAsyncOperation", + "children": [ + { + "kind": "TypeDecl", + "name": "State", + "printedName": "State", + "children": [ + { + "kind": "Var", + "name": "ready", + "printedName": "ready", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "executing", + "printedName": "executing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "finished", + "printedName": "finished", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAsyncOperation.State?", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "state", + "printedName": "state", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperation", + "printedName": "GiphyUISDK.GPHAsyncOperation", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation(im)init", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isReady", + "printedName": "isReady", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)ready", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "ready", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isReady", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isReady", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isExecuting", + "printedName": "isExecuting", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)executing", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "executing", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isExecuting", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isExecuting", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFinished", + "printedName": "isFinished", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)finished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "finished", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isFinished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isFinished", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAsynchronous", + "printedName": "isAsynchronous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)asynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "asynchronous", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isAsynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isAsynchronous", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)start", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5startyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "start", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)cancel", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC6cancelyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "cancel", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSOperation", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GPHAsyncOperationWithCompletion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GiphyUISDK.GPHAsyncOperationWithCompletion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion(im)init", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EmojiDrawerBackground", + "printedName": "EmojiDrawerBackground", + "children": [ + { + "kind": "Function", + "name": "setup", + "printedName": "setup(emojisWidth:emojisHeight:anchorTranslationX:anchorWidth:anchorHeight:cornerRadius:marginTop:marginHorizontal:gradientColorTop:gradientColorBottom:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cpy)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cm)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesEnded:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesCancelled:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)layoutSubviews", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC14layoutSubviewsyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPagination", + "printedName": "GPHPagination", + "children": [ + { + "kind": "Var", + "name": "totalCount", + "printedName": "totalCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "filteredCount", + "printedName": "filteredCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "offset", + "printedName": "offset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nextCursor", + "printedName": "nextCursor", + "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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)init", + "mangledName": "$s10GiphyUISDK13GPHPaginationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateFilteredCount", + "printedName": "updateFilteredCount(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)updateFilteredCount:", + "mangledName": "$s10GiphyUISDK13GPHPaginationC19updateFilteredCountyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(py)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(im)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination", + "mangledName": "$s10GiphyUISDK13GPHPaginationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "children": [ + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTabBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBar", + "printedName": "GPHTabBar", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTabBarDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTabBar", + "mangledName": "$s10GiphyUISDK9GPHTabBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "children": [ + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)scrollDirection", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15scrollDirectionSo022UICollectionViewScrollG0VyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GPHWaterfallLayoutAttributes", + "children": [ + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)copyWithZone:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "copyWithZone:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)isEqual:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GiphyUISDK.GPHWaterfallLayoutAttributes", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)init", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewLayoutAttributes", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewLayoutAttributes", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelTag", + "printedName": "GPHChannelTag", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "channel", + "printedName": "channel", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tag", + "printedName": "tag", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rank", + "printedName": "rank", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)init", + "mangledName": "$s10GiphyUISDK13GPHChannelTagCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(py)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(im)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GiphyPingbacks", + "printedName": "GiphyPingbacks", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)configureWithApiKey:verificationMode:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC9configure6apiKey16verificationModeySS_SbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addAdditionalHeaders", + "printedName": "addAdditionalHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)addAdditionalHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC20addAdditionalHeaders10parametersySDyS2SGSg_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "addAdditionalHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(userId:loggedInUserId:analyticsResponsePayload:mediaId:tid:eventType:actionType:sessionId:attributes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)flush", + "mangledName": "$s10GiphyUISDK0A9PingbacksC5flushyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugLogging", + "printedName": "enableDebugLogging(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)enableDebugLogging:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC18enableDebugLoggingyySbFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pingbacksId", + "printedName": "pingbacksId", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cpy)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)setPingbacksId:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyPingbacks", + "printedName": "GiphyUISDK.GiphyPingbacks", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(im)init", + "mangledName": "$s10GiphyUISDK0A9PingbacksCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks", + "mangledName": "$s10GiphyUISDK0A9PingbacksC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMeta", + "printedName": "GPHMeta", + "children": [ + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "msg", + "printedName": "msg", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)init", + "mangledName": "$s10GiphyUISDK7GPHMetaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(py)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(im)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta", + "mangledName": "$s10GiphyUISDK7GPHMetaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTermSuggestion", + "printedName": "GPHTermSuggestion", + "children": [ + { + "kind": "Var", + "name": "term", + "printedName": "term", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)isEqual:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(py)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(im)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(hex:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:So7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "mangledName": "$sSo7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "rgba", + "printedName": "rgba", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvp", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvp", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvg", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toHexString", + "printedName": "toHexString()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "giphyBlack", + "printedName": "giphyBlack", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightestGrey", + "printedName": "giphyLightestGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyMediumGrey", + "printedName": "giphyMediumGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightGrey", + "printedName": "giphyLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraLightGrey", + "printedName": "giphyExtraLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGrey", + "printedName": "giphyGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightCharcoal", + "printedName": "giphyLightCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkCharcoal", + "printedName": "giphyDarkCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkGrey", + "printedName": "giphyDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraDarkGrey", + "printedName": "giphyExtraDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGreen", + "printedName": "giphyGreen", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyBlue", + "printedName": "giphyBlue", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPurple", + "printedName": "giphyPurple", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyIndigo", + "printedName": "giphyIndigo", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyRed", + "printedName": "giphyRed", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyYellow", + "printedName": "giphyYellow", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPink", + "printedName": "giphyPink", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyAqua", + "printedName": "giphyAqua", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "randomColor", + "printedName": "randomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyColors", + "printedName": "giphyColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textGradientColors", + "printedName": "textGradientColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Name", + "printedName": "Name", + "children": [ + { + "kind": "Var", + "name": "audioMutedStateChanged", + "printedName": "audioMutedStateChanged", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "c:@T@NSNotificationName", + "moduleName": "Foundation", + "declAttributes": [ + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "Sendable" + ], + "isFromExtension": true, + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_SwiftNewtypeWrapper", + "printedName": "_SwiftNewtypeWrapper", + "usr": "s:s20_SwiftNewtypeWrapperP", + "mangledName": "$ss20_SwiftNewtypeWrapperP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "children": [ + { + "kind": "Var", + "name": "safeTopAnchor", + "printedName": "safeTopAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomAnchor", + "printedName": "safeBottomAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftAnchor", + "printedName": "safeLeftAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightAnchor", + "printedName": "safeRightAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeWidthAnchor", + "printedName": "safeWidthAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomInset", + "printedName": "safeBottomInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftInset", + "printedName": "safeLeftInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightInset", + "printedName": "safeRightInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "BooleanLiteral", + "offset": 5956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 259, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 312, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 368, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "FloatLiteral", + "offset": 412, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1246, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 1449, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2410, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2526, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2829, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 18, + "value": "\"GiphyUISDK.PingbackCollection\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2077, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "IntegerLiteral", + "offset": 378, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "FloatLiteral", + "offset": 430, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 37, + "value": "\"com.giphy.pingback-submission-queue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 23, + "value": "\"GiphyUISDK.PingbackSubmissionQueue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 342, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 381, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 678, + "length": 3, + "value": "\"@\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 623, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 15, + "value": "\"View on GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1509, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3570, + "length": 4, + "value": "38.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3625, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3760, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3810, + "length": 5, + "value": "400.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3860, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3908, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4684, + "length": 12, + "value": "\"Select GIF\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4707, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5086, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5325, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5843, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6043, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6148, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6306, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6351, + "length": 6, + "value": "\"Back\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 6487, + "length": 2, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 180, + "length": 4, + "value": "4.25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "IntegerLiteral", + "offset": 243, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 293, + "length": 4, + "value": "0.18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 344, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 1134, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1871, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 618, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAsset.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSuggestions.swift", + "kind": "BooleanLiteral", + "offset": 2228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 566, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 710, + "length": 4, + "value": "0.12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 758, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 827, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 335, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4880, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4902, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10787, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10799, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 10804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10811, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11327, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11339, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 538, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 1748, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 282, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1010, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "Dictionary", + "offset": 1072, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 1502, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 2129, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4265, + "length": 53, + "value": "\"mediaTypeConfig must have at least one content type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 45, + "value": "\"mediaTypeConfig cannot only contain recents\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4679, + "length": 403, + "value": "\"||| GIPHY SDK WARNING: You've included the Clips content type in your GIPHY integration. Clips (GIFs with Sound!) is a brand new content type we're offering in the GIPHY SDK. This feature may not be ready for production releases. See the clips.md file in the giphy-ios-sdk repo to learn more. Disable this warning by setting the `disableClipsWarning` property of the `GiphyViewController` to false |||\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5649, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 397, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1474, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1612, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1846, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1957, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2124, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2382, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2428, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3950, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4531, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4731, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 6039, + "length": 3, + "value": "2.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 27, + "value": "\"https:\/\/api.giphy.com\/v1\/\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 651, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackClient.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbacksClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 494, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 585, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 629, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 675, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1202, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1583, + "length": 15, + "value": "\"SEARCH_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1840, + "length": 13, + "value": "\"BACK_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 2135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 2357, + "length": 12, + "value": "\"TEXT_FIELD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "FloatLiteral", + "offset": 1255, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 2191, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1795, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1837, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3076, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3180, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3242, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 3748, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 4538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 5049, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 12, + "value": "\"HeaderCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1139, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6868, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6896, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13427, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13443, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19818, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19830, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 19835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19842, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20358, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20370, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20897, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20909, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 21, + "value": "\"X-GIPHY-SDK-VERSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 18, + "value": "\"X-GIPHY-SDK-NAME\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 22, + "value": "\"X-GIPHY-SDK-PLATFORM\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 29, + "value": "\"X-GIPHY-UI-SDK-IS-EXTENSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 427, + "length": 23, + "value": "\"X-GIPHY-UI-SDK-LAYOUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 7, + "value": "\"UISDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 505, + "length": 7, + "value": "\"RNSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 977, + "length": 6, + "value": "\"TRUE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 986, + "length": 7, + "value": "\"False\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 1294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "Dictionary", + "offset": 1368, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3657, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 5328, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 10648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 10679, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 10975, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 12147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 22358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 404, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 730, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 938, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1132, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1946, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2001, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2057, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2104, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2158, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2193, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2448, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 2596, + "length": 16, + "value": "\"GiphyMediaCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3148, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3239, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3272, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 3473, + "length": 13, + "value": "\"More by You\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3572, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3700, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3717, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3776, + "length": 2, + "value": "88" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3791, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3831, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3865, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 215, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 3, + "value": "3.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 304, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 654, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 754, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 824, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 849, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "FloatLiteral", + "offset": 722, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 23, + "value": "\"kGPHClipsCaptionState\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1567, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1599, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 14, + "value": "\"GiphyUISDK.GPHHeaderModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 17, + "value": "\"GiphyUISDK.GPHNoResultsModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "IntegerLiteral", + "offset": 959, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 15, + "value": "\"No GIFs found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 19, + "value": "\"No stickers found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 15, + "value": "\"No text found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1289, + "length": 16, + "value": "\"No clips found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 15, + "value": "\"NoResultsCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1661, + "length": 15, + "value": "\"No GIFs Found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "BooleanLiteral", + "offset": 1861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "Array", + "offset": 579, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 707, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1554, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1568, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2303, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2326, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 8, + "value": "\"2.3.23\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 1075, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 26, + "value": "\"GiphyUISDK.GPHPingbacksAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2753, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4573, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4716, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 6080, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 7516, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9514, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9591, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10993, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 12138, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13193, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14063, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14149, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 15323, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 9, + "value": "\"GiphyUISDK.GPHClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 878, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 916, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 14, + "value": "\"GiphyUISDK.GPHCoreRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 415, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 767, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1423, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1484, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1499, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1560, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 4096, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 346, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 358, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4838, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4850, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9471, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9483, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15765, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15777, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 15782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16302, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16314, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16319, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16326, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16839, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16851, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"GPHTextSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 1557, + "length": 26, + "value": "\"GPHChannelSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 23, + "value": "\"GPHTermSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 2530, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2578, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2616, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3183, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3481, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 472, + "length": 17, + "value": "\"kRecentlyPicked\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 1677, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 1868, + "length": 25, + "value": "\"kRecentlyPickedSearches\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 5, + "value": "\"n\/a\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "BooleanLiteral", + "offset": 843, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 4115, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 18, + "value": "\"GiphyUISDK.GPHTrackingManager\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1629, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1279, + "length": 4, + "value": "3143" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "BooleanLiteral", + "offset": 2240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 10, + "value": "\"GiphyUISDK.GPHChannel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 384, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 434, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1236, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1250, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1268, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1283, + "length": 9, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 696, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2366, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2511, + "length": 4, + "value": "46.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4580, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 4847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4888, + "length": 4, + "value": "0.65" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5046, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5636, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5672, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5754, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5847, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 334, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 376, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 425, + "length": 5, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 472, + "length": 4, + "value": "1.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 528, + "length": 4, + "value": "0.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 678, + "length": 5, + "value": "0.455" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 685, + "length": 4, + "value": "0.03" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 691, + "length": 5, + "value": "0.515" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 698, + "length": 5, + "value": "0.955" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 12, + "value": "\"position.y\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1684, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 23, + "value": "\"GiphyUISDK.GPHLoadingAnimationView\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 24, + "value": "\"audioMutedStateChanged\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 14, + "value": "\"outputVolume\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 330, + "length": 18, + "value": "\"GiphyUISDK.GPHContentResponse\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2561, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 7439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 17, + "value": "\"GiphyUISDK.GPHAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 9, + "value": "\"GiphyUISDK.GPHImages\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"isEmojiKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 302, + "length": 23, + "value": "\"pingbacksEventTypeKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 24, + "value": "\"pingbacksAttributesKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 428, + "length": 24, + "value": "\"pingbacksResponseIdKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 490, + "length": 13, + "value": "\"layout_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "Array", + "offset": 457, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5267, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22251, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22263, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41198, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41208, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41220, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48225, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48237, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53488, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53500, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 53505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54011, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54023, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54534, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55057, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55069, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55580, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55592, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56103, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56115, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56127, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56626, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56638, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56650, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57149, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57161, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57166, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57672, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57684, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57689, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57696, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57964, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57970, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57980, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57992, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63837, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63849, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 63854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65855, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65867, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70226, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70238, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 70243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70536, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70546, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79953, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79965, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85765, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85777, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91524, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91536, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98132, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98142, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98154, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101922, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101934, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107224, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107236, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114600, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114612, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118096, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118108, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121248, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121260, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126158, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126171, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137441, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137453, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142273, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142283, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142295, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148897, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148903, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148913, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148925, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152362, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152374, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156233, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156243, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156255, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160781, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160793, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162673, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162685, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165863, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165875, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169091, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169107, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169119, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172315, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172327, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172850, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172862, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173406, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173945, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173957, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173969, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174488, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174500, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 174505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175030, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175042, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175054, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175595, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176137, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176683, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176695, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177232, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177244, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177785, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177797, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177809, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178329, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178342, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178872, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178884, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179417, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179429, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179953, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179965, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179970, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180486, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180498, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 180503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181033, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181045, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181057, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181578, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181590, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182128, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182647, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182659, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183182, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183194, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 183199, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183566, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183578, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192021, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 192038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192352, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192364, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198236, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198248, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 198253, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 39, + "value": "\"GiphyUISDK.GPHPingbackAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 786, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2162, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2271, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2343, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2415, + "length": 16, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2651, + "length": 22, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2744, + "length": 16, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2827, + "length": 21, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2912, + "length": 10, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2982, + "length": 15, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3129, + "length": 21, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3220, + "length": 15, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3301, + "length": 20, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3365, + "length": 9, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 14, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3478, + "length": 15, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3537, + "length": 14, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3610, + "length": 14, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6786, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6881, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6926, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6967, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7009, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7049, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7092, + "length": 10, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7137, + "length": 6, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7179, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 8, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7281, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7349, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7403, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7445, + "length": 6, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7486, + "length": 6, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7526, + "length": 5, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7568, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7614, + "length": 9, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7659, + "length": 7, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7700, + "length": 5, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7739, + "length": 5, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7780, + "length": 7, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7822, + "length": 6, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7862, + "length": 5, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 8, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7948, + "length": 7, + "value": "27" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 6, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 5, + "value": "29" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8073, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8120, + "length": 9, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11757, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11795, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11837, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11877, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11924, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11959, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackRequest.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbackRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 271, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 314, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "BooleanLiteral", + "offset": 512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 367, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 493, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "StringLiteral", + "offset": 534, + "length": 30, + "value": "\"com.giphy.pingback-collector\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 2380, + "length": 31, + "value": "\"GiphyUISDK.GPHAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 338, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 463, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 497, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 532, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 567, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 599, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 638, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 1042, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 799, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1604, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1649, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 1875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "Array", + "offset": 2470, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 2773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3022, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3169, + "length": 17, + "value": "\"GIF_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3514, + "length": 21, + "value": "\"STICKER_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3858, + "length": 19, + "value": "\"VIDEO_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4051, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4160, + "length": 18, + "value": "\"TEXT_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4529, + "length": 14, + "value": "\"EMOJI_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4569, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4898, + "length": 16, + "value": "\"RECENTS_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4940, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 6818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 871, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 2387, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 3014, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5738, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ToggleButton.swift", + "kind": "BooleanLiteral", + "offset": 1805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 332, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11590, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11602, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22848, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22860, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38505, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38517, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54133, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54145, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69575, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69587, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83258, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83274, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83286, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96966, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96976, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96988, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110792, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110798, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110808, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110820, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126282, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126298, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126310, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141612, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156919, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156929, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156941, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171717, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171729, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186422, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186432, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186444, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201324, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201334, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201346, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212592, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212604, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223850, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223862, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235385, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235397, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235409, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235924, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235936, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236465, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236477, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 236482, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237006, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237018, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237030, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237558, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237570, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238086, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238098, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238627, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238639, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239167, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239179, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239704, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239716, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239721, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240240, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240252, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240777, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240789, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240801, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241313, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241325, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241848, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241860, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241865, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242382, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242394, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242918, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242930, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243458, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243470, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 243475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243999, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244011, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 244016, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface similarity index 96% rename from GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface rename to GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index aff7934..fec1c60 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) @available(iOS 3.0, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc index ae812a9..baccb52 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface index aff7934..fec1c60 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) @available(iOS 3.0, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc deleted file mode 100644 index ae812a9..0000000 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..0bf685f --- /dev/null +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,67466 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHThemeType", + "printedName": "GPHThemeType", + "children": [ + { + "kind": "Var", + "name": "dark", + "printedName": "dark", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDark", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO4darkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "light", + "printedName": "light", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLight", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO5lightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "lightBlur", + "printedName": "lightBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeLightBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9lightBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "darkBlur", + "printedName": "darkBlur", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeDarkBlur", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8darkBluryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHThemeType.Type) -> GiphyUISDK.GPHThemeType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHThemeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType@GPHThemeTypeAutomatic", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO9automaticyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHThemeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType", + "mangledName": "$s10GiphyUISDK12GPHThemeTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTheme", + "printedName": "GPHTheme", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)initWithType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAcA0C4TypeO_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)type", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHThemeType", + "printedName": "GiphyUISDK.GPHThemeType", + "usr": "c:@M@GiphyUISDK@E@GPHThemeType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)setType:", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "mangledName": "$s10GiphyUISDK8GPHThemeC4typeAA0C4TypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerScrollIndicatorStyle", + "printedName": "emojiDrawerScrollIndicatorStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicatorStyle", + "printedName": "UIKit.UIScrollView.IndicatorStyle", + "usr": "c:@E@UIScrollViewIndicatorStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerScrollIndicatorStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC31emojiDrawerScrollIndicatorStyleSo012UIScrollViewgH0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientTopColor", + "printedName": "emojiDrawerGradientTopColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientTopColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC27emojiDrawerGradientTopColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerGradientBottomColor", + "printedName": "emojiDrawerGradientBottomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerGradientBottomColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30emojiDrawerGradientBottomColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emojiDrawerSeparatorColor", + "printedName": "emojiDrawerSeparatorColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)emojiDrawerSeparatorColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25emojiDrawerSeparatorColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarActiveBackgroundColor", + "printedName": "searchBarActiveBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarActiveBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC30searchBarActiveBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarBackgroundColor", + "printedName": "searchBarBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC24searchBarBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellBackgroundColor", + "printedName": "suggestionCellBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC29suggestionCellBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suggestionCellTextColor", + "printedName": "suggestionCellTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)suggestionCellTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC23suggestionCellTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderTextColor", + "printedName": "placeholderTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC20placeholderTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldTextColor", + "printedName": "textFieldTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC18textFieldTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonColor", + "printedName": "selectButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17selectButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "selectButtonTextColor", + "printedName": "selectButtonTextColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)selectButtonTextColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC21selectButtonTextColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarPadding", + "printedName": "searchBarPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarPadding", + "mangledName": "$s10GiphyUISDK8GPHThemeC16searchBarPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchBarCornerRadius", + "printedName": "searchBarCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchBarCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC21searchBarCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cellCornerRadius", + "printedName": "cellCornerRadius", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)cellCornerRadius", + "mangledName": "$s10GiphyUISDK8GPHThemeC16cellCornerRadius12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textFieldFont", + "printedName": "textFieldFont", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textFieldFont", + "mangledName": "$s10GiphyUISDK8GPHThemeC13textFieldFontSo6UIFontCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColorForLoadingCells", + "printedName": "backgroundColorForLoadingCells", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColorForLoadingCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC30backgroundColorForLoadingCellsSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "showSuggestionsBar", + "printedName": "showSuggestionsBar", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)showSuggestionsBar", + "mangledName": "$s10GiphyUISDK8GPHThemeC18showSuggestionsBarSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "buttonIcon", + "printedName": "buttonIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)buttonIcon", + "mangledName": "$s10GiphyUISDK8GPHThemeC10buttonIconSo7UIImageCSgvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchButtonColor", + "printedName": "searchButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)searchButtonColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC17searchButtonColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "keyboardAppearance", + "printedName": "keyboardAppearance", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIKeyboardAppearance", + "printedName": "UIKit.UIKeyboardAppearance", + "usr": "c:@E@UIKeyboardAppearance" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)keyboardAppearance", + "mangledName": "$s10GiphyUISDK8GPHThemeC18keyboardAppearanceSo010UIKeyboardE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "placeholderColor", + "printedName": "placeholderColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)placeholderColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC16placeholderColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundColor", + "printedName": "backgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)backgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC15backgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textColor", + "printedName": "textColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)textColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC9textColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "handleBarColor", + "printedName": "handleBarColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)handleBarColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC14handleBarColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gridDimColor", + "printedName": "gridDimColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)gridDimColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC12gridDimColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarSwitchSelectedColor", + "printedName": "tabBarSwitchSelectedColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarSwitchSelectedColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC25tabBarSwitchSelectedColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tabBarBackgroundAlpha", + "printedName": "tabBarBackgroundAlpha", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)tabBarBackgroundAlpha", + "mangledName": "$s10GiphyUISDK8GPHThemeC21tabBarBackgroundAlpha12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stickerBackgroundColor", + "printedName": "stickerBackgroundColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)stickerBackgroundColor", + "mangledName": "$s10GiphyUISDK8GPHThemeC22stickerBackgroundColorSo7UIColorCvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK8GPHThemeC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "blurStyle", + "printedName": "blurStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(py)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Style", + "printedName": "UIKit.UIBlurEffect.Style", + "usr": "c:@E@UIBlurEffectStyle" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)blurStyle", + "mangledName": "$s10GiphyUISDK8GPHThemeC9blurStyleSo012UIBlurEffectE0Vvg", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme(im)init", + "mangledName": "$s10GiphyUISDK8GPHThemeCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme", + "mangledName": "$s10GiphyUISDK8GPHThemeC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHNetworkReachability", + "printedName": "GPHNetworkReachability", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHNetworkReachability", + "printedName": "GiphyUISDK.GPHNetworkReachability", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityCACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isReachable", + "printedName": "isReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC11isReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK22GPHNetworkReachabilityC", + "mangledName": "$s10GiphyUISDK22GPHNetworkReachabilityC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFileExtension", + "printedName": "GPHFileExtension", + "children": [ + { + "kind": "Var", + "name": "mp4", + "printedName": "mp4", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionMp4", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3mp4yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionGif", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "webp", + "printedName": "webp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFileExtension.Type) -> GiphyUISDK.GPHFileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHFileExtension.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension@GPHFileExtensionWebp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO4webpyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHFileExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension", + "mangledName": "$s10GiphyUISDK16GPHFileExtensionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMedia", + "printedName": "GPHMedia", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)id", + "mangledName": "$s10GiphyUISDK8GPHMediaC2idSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)type", + "mangledName": "$s10GiphyUISDK8GPHMediaC4typeAA0C4TypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)url", + "mangledName": "$s10GiphyUISDK8GPHMediaC3urlSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)rating", + "mangledName": "$s10GiphyUISDK8GPHMediaC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)title", + "mangledName": "$s10GiphyUISDK8GPHMediaC5titleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caption", + "printedName": "caption", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)caption", + "mangledName": "$s10GiphyUISDK8GPHMediaC7captionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)slug", + "mangledName": "$s10GiphyUISDK8GPHMediaC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexable", + "printedName": "indexable", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)indexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC9indexableSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)contentUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC10contentUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyUrl", + "printedName": "bitlyUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8bitlyUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bitlyGifUrl", + "printedName": "bitlyGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)bitlyGifUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC11bitlyGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "embedUrl", + "printedName": "embedUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)embedUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC8embedUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)source", + "mangledName": "$s10GiphyUISDK8GPHMediaC6sourceSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourceTld", + "printedName": "sourceTld", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourceTld", + "mangledName": "$s10GiphyUISDK8GPHMediaC9sourceTldSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sourcePostUrl", + "printedName": "sourcePostUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)sourcePostUrl", + "mangledName": "$s10GiphyUISDK8GPHMediaC13sourcePostUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)user", + "mangledName": "$s10GiphyUISDK8GPHMediaC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "images", + "printedName": "images", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)images", + "mangledName": "$s10GiphyUISDK8GPHMediaC6imagesAA9GPHImagesCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)tags", + "mangledName": "$s10GiphyUISDK8GPHMediaC4tagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredTags", + "printedName": "featuredTags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)featuredTags", + "mangledName": "$s10GiphyUISDK8GPHMediaC12featuredTagsSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "importDate", + "printedName": "importDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)importDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10importDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "createDate", + "printedName": "createDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)createDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10createDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "updateDate", + "printedName": "updateDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)updateDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC10updateDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingDate", + "printedName": "trendingDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)trendingDate", + "mangledName": "$s10GiphyUISDK8GPHMediaC12trendingDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isDynamic", + "printedName": "isDynamic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isDynamic", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isDynamicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variationCount", + "printedName": "variationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC14variationCountSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analytics", + "printedName": "analytics", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.AnyCodable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC9analyticsAA10AnyCodableVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideo?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)video", + "mangledName": "$s10GiphyUISDK8GPHMediaC5videoAA8GPHVideoCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "analyticsResponsePayload", + "printedName": "analyticsResponsePayload", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)analyticsResponsePayload", + "mangledName": "$s10GiphyUISDK8GPHMediaC24analyticsResponsePayloadSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animatedTextStyle", + "printedName": "animatedTextStyle", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)animatedTextStyle", + "mangledName": "$s10GiphyUISDK8GPHMediaC17animatedTextStyleSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHidden", + "printedName": "isHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isHidden", + "mangledName": "$s10GiphyUISDK8GPHMediaC8isHiddenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRemoved", + "printedName": "isRemoved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRemoved", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isRemovedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isCommunity", + "printedName": "isCommunity", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isCommunity", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isCommunitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnonymous", + "printedName": "isAnonymous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isAnonymous", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isAnonymousSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFeatured", + "printedName": "isFeatured", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isFeatured", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isFeaturedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isRealtime", + "printedName": "isRealtime", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isRealtime", + "mangledName": "$s10GiphyUISDK8GPHMediaC10isRealtimeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isIndexable", + "printedName": "isIndexable", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isIndexable", + "mangledName": "$s10GiphyUISDK8GPHMediaC11isIndexableSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isSticker", + "printedName": "isSticker", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isSticker", + "mangledName": "$s10GiphyUISDK8GPHMediaC9isStickerSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasAttribution", + "printedName": "hasAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hasAttribution", + "mangledName": "$s10GiphyUISDK8GPHMediaC14hasAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "callToAction", + "printedName": "callToAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.CallToAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)callToAction", + "mangledName": "$s10GiphyUISDK8GPHMediaC12callToActionAA04CalleF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:type:url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init:type:url:", + "mangledName": "$s10GiphyUISDK8GPHMediaC_4type3urlACSS_AA0C4TypeOSStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHMediaC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(py)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)hash", + "mangledName": "$s10GiphyUISDK8GPHMediaC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia(im)init", + "mangledName": "$s10GiphyUISDK8GPHMediaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHMediaC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHMediaC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "url", + "printedName": "url(rendition:fileType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)urlWithRendition:fileType:", + "mangledName": "$s10GiphyUISDK8GPHMediaC3url9rendition8fileTypeSSSgAA012GPHRenditionG0O_AA16GPHFileExtensionOtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "aspectRatio", + "printedName": "aspectRatio", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)aspectRatio", + "mangledName": "$s10GiphyUISDK8GPHMediaC11aspectRatio12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)description", + "mangledName": "$s10GiphyUISDK8GPHMediaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK8GPHMediaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isVideo", + "printedName": "isVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "RawDocComment", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isVideo", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isVideoSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDetailURL", + "printedName": "videoDetailURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)videoDetailURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC14videoDetailURLSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smallVideoAssetURL", + "printedName": "smallVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)smallVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC18smallVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "clipsDetailVideoAssetURL", + "printedName": "clipsDetailVideoAssetURL", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)clipsDetailVideoAssetURL", + "mangledName": "$s10GiphyUISDK8GPHMediaC24clipsDetailVideoAssetURLSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "availableMp4Url", + "printedName": "availableMp4Url()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)availableMp4Url", + "mangledName": "$s10GiphyUISDK8GPHMediaC15availableMp4UrlSSyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isEmoji", + "printedName": "isEmoji", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)isEmoji", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setIsEmoji:", + "mangledName": "$s10GiphyUISDK8GPHMediaC7isEmojiSbvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksEventType", + "printedName": "pingbacksEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK8GPHMediaC18pingbacksEventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pingbacksAttributes", + "printedName": "pingbacksAttributes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)pingbacksAttributes", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setPingbacksAttributes:", + "mangledName": "$s10GiphyUISDK8GPHMediaC19pingbacksAttributesSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(py)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "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": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)responseId", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMedia(im)setResponseId:", + "mangledName": "$s10GiphyUISDK8GPHMediaC10responseIdSSSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia", + "mangledName": "$s10GiphyUISDK8GPHMediaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackSubmissionQueue", + "printedName": "PingbackSubmissionQueue", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:debugLogger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DebugLogger", + "printedName": "GiphyUISDK.DebugLogger", + "usr": "s:10GiphyUISDK11DebugLoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC6apiKey11debugLoggerACSS_AA05DebugI0Ctcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC3addyyAA10GPHSessionCF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC5flushyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackSubmissionQueue", + "printedName": "GiphyUISDK.PingbackSubmissionQueue", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue(im)init", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)PingbackSubmissionQueue", + "mangledName": "$s10GiphyUISDK23PingbackSubmissionQueueC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "children": [ + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHAttributionDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAttributionView", + "printedName": "GPHAttributionView", + "children": [ + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC4nameSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionView", + "printedName": "GiphyUISDK.GPHAttributionView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAttributionView", + "mangledName": "$s10GiphyUISDK18GPHAttributionViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyAttributionViewController", + "printedName": "GiphyAttributionViewController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHAttributionDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "ReferenceOwnership" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAttributionDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAttributionDelegate", + "printedName": "GiphyUISDK.GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC8delegateAA22GPHAttributionDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5mediaAA8GPHMediaCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC13renditionTypeAA012GPHRenditionG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyAttributionViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyAttributionViewController", + "printedName": "GiphyUISDK.GiphyAttributionViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyAttributionViewController", + "mangledName": "$s10GiphyUISDK0A25AttributionViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PingbackDeduplicator", + "printedName": "PingbackDeduplicator", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PingbackDeduplicator", + "printedName": "GiphyUISDK.PingbackDeduplicator", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "needTrack", + "printedName": "needTrack(mediaId:responseId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC9needTrack7mediaId08responseH0SbSS_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC5resetyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK20PingbackDeduplicatorC", + "mangledName": "$s10GiphyUISDK20PingbackDeduplicatorC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "AssociatedType", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "declKind": "AssociatedType", + "usr": "s:10GiphyUISDK11GPHMappableP0C6ObjectQa", + "mangledName": "$s10GiphyUISDK11GPHMappableP0C6ObjectQa", + "moduleName": "GiphyUISDK", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.GPHMappableObject" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHMappableP7mapData_7options0C6ObjectQzSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDatey10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseDate", + "printedName": "parseDate(_:format:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE9parseDate_6format10Foundation0E0VSgSSSg_SStFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseURL", + "printedName": "parseURL(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseURLy10Foundation0E0VSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseRating", + "printedName": "parseRating(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseRatingyAA13GPHRatingTypeOSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseInt", + "printedName": "parseInt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE8parseIntySiSgSSSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseString", + "printedName": "parseString(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "mangledName": "$s10GiphyUISDK11GPHMappablePAAE11parseStringySSSgSiSgFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHUser", + "printedName": "GPHUser", + "children": [ + { + "kind": "Var", + "name": "username", + "printedName": "username", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)username", + "mangledName": "$s10GiphyUISDK7GPHUserC8usernameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userId", + "mangledName": "$s10GiphyUISDK7GPHUserC6userIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)name", + "mangledName": "$s10GiphyUISDK7GPHUserC4nameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)email", + "mangledName": "$s10GiphyUISDK7GPHUserC5emailSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDescription", + "printedName": "userDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDescription", + "mangledName": "$s10GiphyUISDK7GPHUserC15userDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "attributionDisplayName", + "printedName": "attributionDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)attributionDisplayName", + "mangledName": "$s10GiphyUISDK7GPHUserC22attributionDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)displayName", + "mangledName": "$s10GiphyUISDK7GPHUserC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitter", + "printedName": "twitter", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitter", + "mangledName": "$s10GiphyUISDK7GPHUserC7twitterSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "twitterUrl", + "printedName": "twitterUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)twitterUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10twitterUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "facebookUrl", + "printedName": "facebookUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)facebookUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC11facebookUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagramUrl", + "printedName": "instagramUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagramUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC12instagramUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "instagram", + "printedName": "instagram", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)instagram", + "mangledName": "$s10GiphyUISDK7GPHUserC9instagramSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteUrl", + "printedName": "websiteUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10websiteUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "websiteDisplayUrl", + "printedName": "websiteDisplayUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)websiteDisplayUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC17websiteDisplayUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tumblrUrl", + "printedName": "tumblrUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tumblrUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tumblrUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "avatarUrl", + "printedName": "avatarUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)avatarUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9avatarUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerUrl", + "printedName": "bannerUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)bannerUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9bannerUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "profileUrl", + "printedName": "profileUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)profileUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10profileUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "youtubeUrl", + "printedName": "youtubeUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)youtubeUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC10youtubeUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktokUrl", + "printedName": "tiktokUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktokUrl", + "mangledName": "$s10GiphyUISDK7GPHUserC9tiktokUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tiktok", + "printedName": "tiktok", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)tiktok", + "mangledName": "$s10GiphyUISDK7GPHUserC6tiktokSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userType", + "printedName": "userType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userType", + "mangledName": "$s10GiphyUISDK7GPHUserC8userTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPublic", + "printedName": "isPublic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isPublic", + "mangledName": "$s10GiphyUISDK7GPHUserC8isPublicSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isStaff", + "printedName": "isStaff", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isStaff", + "mangledName": "$s10GiphyUISDK7GPHUserC7isStaffSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVerified", + "printedName": "isVerified", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isVerified", + "mangledName": "$s10GiphyUISDK7GPHUserC10isVerifiedSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suppressChrome", + "printedName": "suppressChrome", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)suppressChrome", + "mangledName": "$s10GiphyUISDK7GPHUserC14suppressChromeSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loginDate", + "printedName": "loginDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)loginDate", + "mangledName": "$s10GiphyUISDK7GPHUserC9loginDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "joinDate", + "printedName": "joinDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)joinDate", + "mangledName": "$s10GiphyUISDK7GPHUserC8joinDate10Foundation0E0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)userDictionary", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK7GPHUserC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init:", + "mangledName": "$s10GiphyUISDK7GPHUserCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)isEqual:", + "mangledName": "$s10GiphyUISDK7GPHUserC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(py)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)hash", + "mangledName": "$s10GiphyUISDK7GPHUserC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK7GPHUserC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser(im)init", + "mangledName": "$s10GiphyUISDK7GPHUserCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK7GPHUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK7GPHUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(py)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHUser(im)description", + "mangledName": "$s10GiphyUISDK7GPHUserC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHUserC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser", + "mangledName": "$s10GiphyUISDK7GPHUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCategory", + "printedName": "GPHCategory", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)name", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4nameSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nameEncoded", + "printedName": "nameEncoded", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)nameEncoded", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11nameEncodedSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "encodedPath", + "printedName": "encodedPath", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodedPath", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11encodedPathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)gif", + "mangledName": "$s10GiphyUISDK11GPHCategoryC3gifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "subCategories", + "printedName": "subCategories", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)subCategories", + "mangledName": "$s10GiphyUISDK11GPHCategoryC13subCategoriesSayACGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jsonRepresentation", + "printedName": "jsonRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)jsonRepresentation", + "mangledName": "$s10GiphyUISDK11GPHCategoryC18jsonRepresentationSDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)userDictionary", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:nameEncoded:encodedPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init:nameEncoded:encodedPath:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC_11nameEncoded11encodedPathACSS_S2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCategory?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl", + "Convenience", + "Required", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)encodeWithCoder:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC6encode4withySo7NSCoderC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)isEqual:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(py)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)hash", + "mangledName": "$s10GiphyUISDK11GPHCategoryC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory(im)init", + "mangledName": "$s10GiphyUISDK11GPHCategoryCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addSubCategory", + "printedName": "addSubCategory(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)addSubCategory:", + "mangledName": "$s10GiphyUISDK11GPHCategoryC14addSubCategoryyyACF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(py)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHCategory(im)description", + "mangledName": "$s10GiphyUISDK11GPHCategoryC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK11GPHCategoryC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory", + "mangledName": "$s10GiphyUISDK11GPHCategoryC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTextField", + "printedName": "GPHTextField", + "children": [ + { + "kind": "Var", + "name": "next", + "printedName": "next", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(py)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIResponder?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIResponder", + "printedName": "UIKit.UIResponder", + "usr": "c:objc(cs)UIResponder" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)nextResponder", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC4nextSo11UIResponderCSgvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "nextResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "canPerformAction", + "printedName": "canPerformAction(_:withSender:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)canPerformAction:withSender:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC16canPerformAction_10withSenderSb10ObjectiveC8SelectorV_ypSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "canPerformAction:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textRect", + "printedName": "textRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)textRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC8textRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "textRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "editingRect", + "printedName": "editingRect(forBounds:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)editingRectForBounds:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC11editingRect9forBoundsSo6CGRectVAG_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "editingRectForBounds:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTextField?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextField", + "printedName": "GiphyUISDK.GPHTextField", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextField", + "mangledName": "$s10GiphyUISDK12GPHTextFieldC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextField", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextField", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAsset", + "printedName": "GPHVideoAsset", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)mediaId", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)url", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)width", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)height", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(py)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)hash", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset(im)init", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(py)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAsset(im)description", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset", + "mangledName": "$s10GiphyUISDK13GPHVideoAssetC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHResponse", + "printedName": "GPHResponse", + "children": [ + { + "kind": "Var", + "name": "meta", + "printedName": "meta", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(py)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)meta", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)setMeta:", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "mangledName": "$s10GiphyUISDK11GPHResponseC4metaAA7GPHMetaCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init", + "mangledName": "$s10GiphyUISDK11GPHResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHResponse", + "printedName": "GiphyUISDK.GPHResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse(im)init:", + "mangledName": "$s10GiphyUISDK11GPHResponseCyAcA7GPHMetaCcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(py)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHResponse(im)description", + "mangledName": "$s10GiphyUISDK11GPHResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "isOpen": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "mangledName": "$s10GiphyUISDK11GPHResponseC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHOMData", + "printedName": "GPHOMData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData(im)init", + "mangledName": "$s10GiphyUISDK9GPHOMDataCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHOMData", + "printedName": "GiphyUISDK.GPHOMData", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHOMDataC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHOMDataC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHOMData", + "mangledName": "$s10GiphyUISDK9GPHOMDataC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSuggestion", + "printedName": "GPHSuggestion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:term:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC4type4termAcA23GPHSearchSuggestionTypeO_SStcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion(im)init", + "mangledName": "$s10GiphyUISDK13GPHSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion", + "mangledName": "$s10GiphyUISDK13GPHSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchSuggestionType", + "printedName": "GPHSearchSuggestionType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "autocomplete", + "printedName": "autocomplete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO12autocompleteyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "channels", + "printedName": "channels", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO8channelsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4textyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHSearchSuggestionType.Type) -> GiphyUISDK.GPHSearchSuggestionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHSearchSuggestionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4noneyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchSuggestionType", + "printedName": "GiphyUISDK.GPHSearchSuggestionType", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK23GPHSearchSuggestionTypeO", + "mangledName": "$s10GiphyUISDK23GPHSearchSuggestionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHFilterable", + "printedName": "GPHFilterable", + "children": [ + { + "kind": "Var", + "name": "filter", + "printedName": "filter", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cpy)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Final", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)filter", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GPHFilterable) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(cm)setFilter:", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "mangledName": "$s10GiphyUISDK13GPHFilterableC6filterSbACcSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isValidObject", + "printedName": "isValidObject()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)isValidObject", + "mangledName": "$s10GiphyUISDK13GPHFilterableC13isValidObjectSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable(im)init", + "mangledName": "$s10GiphyUISDK13GPHFilterableCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "mangledName": "$s10GiphyUISDK13GPHFilterableC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClipsViewController", + "printedName": "GPHClipsViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5mediaAcA8GPHMediaC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)init", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHClipsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClipsViewController", + "printedName": "GiphyUISDK.GPHClipsViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClipsViewController", + "mangledName": "$s10GiphyUISDK22GPHClipsViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyViewController", + "printedName": "GiphyViewController", + "children": [ + { + "kind": "Var", + "name": "swiftUIEnabled", + "printedName": "swiftUIEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)swiftUIEnabled", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setSwiftUIEnabled:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14swiftUIEnabledSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholderText", + "printedName": "placeholderText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)placeholderText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setPlaceholderText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15placeholderTextSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "disableClipsWarning", + "printedName": "disableClipsWarning", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)disableClipsWarning", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDisableClipsWarning:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19disableClipsWarningSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "confirmationScreenChooseButtonText", + "printedName": "confirmationScreenChooseButtonText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)confirmationScreenChooseButtonText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setConfirmationScreenChooseButtonText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC34confirmationScreenChooseButtonTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "noResultsText", + "printedName": "noResultsText", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cpy)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)noResultsText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(cm)setNoResultsText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13noResultsTextSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicText", + "printedName": "enableDynamicText", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)enableDynamicText", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setEnableDynamicText:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC17enableDynamicTextSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showMoreByUser", + "printedName": "showMoreByUser", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showMoreByUser", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowMoreByUser:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14showMoreByUserSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stickerColumnCount", + "printedName": "stickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)stickerColumnCount", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setStickerColumnCount:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18stickerColumnCountAA010GPHStickerfG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20shouldLocalizeSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)theme", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setMediaConfig", + "printedName": "setMediaConfig(types:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setMediaConfigWithTypes:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC14setMediaConfig5typesySaySiG_tF", + "moduleName": "GiphyUISDK", + "objc_name": "setMediaConfigWithTypes:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)rating", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dimBackground", + "printedName": "dimBackground", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)dimBackground", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setDimBackground:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13dimBackgroundSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fileExtension", + "printedName": "fileExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)fileExtension", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)setFileExtension:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC13fileExtensionAA07GPHFileF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "prefersStatusBarHidden", + "printedName": "prefersStatusBarHidden", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(py)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)prefersStatusBarHidden", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC22prefersStatusBarHiddenSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prefersStatusBarHidden", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "trayHeightMultiplier", + "printedName": "trayHeightMultiplier", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cpy)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)trayHeightMultiplier", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(cm)setTrayHeightMultiplier:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "ObjC", + "Final" + ], + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier14CoreFoundation7CGFloatVvMZ", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC20trayHeightMultiplier12CoreGraphics7CGFloatVvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyViewController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController", + "mangledName": "$s10GiphyUISDK0A14ViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHWrapperViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CallToAction", + "printedName": "CallToAction", + "children": [ + { + "kind": "Var", + "name": "link", + "printedName": "link", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)link", + "mangledName": "$s10GiphyUISDK12CallToActionC4linkSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "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": "c:@M@GiphyUISDK@objc(cs)CallToAction(py)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)text", + "mangledName": "$s10GiphyUISDK12CallToActionC4textSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction(im)init", + "mangledName": "$s10GiphyUISDK12CallToActionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CallToAction", + "printedName": "GiphyUISDK.CallToAction", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK12CallToActionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK12CallToActionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CallToAction", + "mangledName": "$s10GiphyUISDK12CallToActionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerView", + "printedName": "GPHVideoPlayerView", + "children": [ + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)media", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5mediaAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "maxLoopsBeforeMute", + "printedName": "maxLoopsBeforeMute", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(py)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)maxLoopsBeforeMute", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)setMaxLoopsBeforeMute:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC18maxLoopsBeforeMuteSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(cm)layerClass", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "preloadFirstFrame", + "printedName": "preloadFirstFrame(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)preloadFirstFrameWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC17preloadFirstFrame5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepare", + "printedName": "prepare(media:videoPlayer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)prepareWithMedia:videoPlayer:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC7prepare5media05videoD0yAA8GPHMediaC_AA0cD0CtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC20playerStateDidChangeyyAA0cdG0OF", + "moduleName": "GiphyUISDK", + "objc_name": "playerStateDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "objc_name": "playerDidFail:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayerView(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC14mediaDidChange0F0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView", + "mangledName": "$s10GiphyUISDK18GPHVideoPlayerViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestConfig", + "printedName": "GPHRequestConfig", + "children": [ + { + "kind": "Var", + "name": "base", + "printedName": "base", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)base", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setBase:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4baseSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6methodAA18GPHCoreRequestTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "queryItems", + "printedName": "queryItems", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)queryItems", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setQueryItems:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10queryItemsSay10Foundation12URLQueryItemVGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "headers", + "printedName": "headers", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)headers", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHeaders:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7headersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "httpBody", + "printedName": "httpBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)httpBody", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setHttpBody:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC8httpBody10Foundation4DataVSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)contentType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setContentType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11contentTypeSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)path", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setPath:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC4pathSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestType", + "printedName": "requestType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)requestType", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRequestType:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC11requestTypeSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any?]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC7optionsSDySSypSgGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)apiKey", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setApiKey:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "retry", + "printedName": "retry", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)retry", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setRetry:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC5retrySivM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC5retrySivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "timeoutInterval", + "printedName": "timeoutInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(py)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)timeoutInterval", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)setTimeoutInterval:", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC15timeoutIntervalSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "getRequest", + "printedName": "getRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)getRequest", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC10getRequest10Foundation10URLRequestVyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig(im)init", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig", + "mangledName": "$s10GiphyUISDK16GPHRequestConfigC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksClient", + "printedName": "GPHPingbacksClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)apiKey", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userId", + "printedName": "userId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(py)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)userId", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)setUserId:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6userIdSSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksClient", + "printedName": "GiphyUISDK.GPHPingbacksClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "submitSession", + "printedName": "submitSession(_:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC13submitSession_17completionHandlerSo11NSOperationCAA10GPHSessionC_ySo13NSURLResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksClient", + "mangledName": "$s10GiphyUISDK18GPHPingbacksClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHPingbacksAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackUser", + "printedName": "GPHPingbackUser", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(userId:loggedInUserId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6userId08loggedIndF0ACSS_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackUser", + "printedName": "GiphyUISDK.GPHPingbackUser", + "usr": "s:10GiphyUISDK15GPHPingbackUserC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK15GPHPingbackUserC", + "mangledName": "$s10GiphyUISDK15GPHPingbackUserC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "children": [ + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD13TextDidChange_5queryyAA0cD0C_SStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD14FocusDidChange_7focused4textyAA0cD0C_SbSStF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP06searchD16BackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHSearchBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSearchBar", + "printedName": "GPHSearchBar", + "children": [ + { + "kind": "Function", + "name": "beginEditing", + "printedName": "beginEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC12beginEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endEditing", + "printedName": "endEditing()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC10endEditingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setText", + "printedName": "setText(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC7setTextyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHSearchBar?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFieldShouldEndEditing", + "printedName": "textFieldShouldEndEditing(_:)", + "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@GiphyUISDK@objc(cs)GPHSearchBar(im)textFieldShouldEndEditing:", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC25textFieldShouldEndEditingySbSo06UITextF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "textFieldShouldEndEditing:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar", + "mangledName": "$s10GiphyUISDK12GPHSearchBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImage", + "printedName": "GPHImage", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHImageC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rendition", + "printedName": "rendition", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)rendition", + "mangledName": "$s10GiphyUISDK8GPHImageC9renditionAA16GPHRenditionTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifUrl", + "printedName": "gifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC6gifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "stillGifUrl", + "printedName": "stillGifUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)stillGifUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC11stillGifUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)width", + "mangledName": "$s10GiphyUISDK8GPHImageC5widthSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)height", + "mangledName": "$s10GiphyUISDK8GPHImageC6heightSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frames", + "printedName": "frames", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)frames", + "mangledName": "$s10GiphyUISDK8GPHImageC6framesSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gifSize", + "printedName": "gifSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)gifSize", + "mangledName": "$s10GiphyUISDK8GPHImageC7gifSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPUrl", + "printedName": "webPUrl", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPUrl", + "mangledName": "$s10GiphyUISDK8GPHImageC7webPUrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "webPSize", + "printedName": "webPSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)webPSize", + "mangledName": "$s10GiphyUISDK8GPHImageC8webPSizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Url", + "printedName": "mp4Url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Url", + "mangledName": "$s10GiphyUISDK8GPHImageC6mp4UrlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mp4Size", + "printedName": "mp4Size", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "SetterAccess", + "AccessControl", + "Custom", + "RawDocComment", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)mp4Size", + "mangledName": "$s10GiphyUISDK8GPHImageC7mp4SizeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHImageC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:rendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init:rendition:", + "mangledName": "$s10GiphyUISDK8GPHImageC_9renditionACSS_AA16GPHRenditionTypeOtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK8GPHImageC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHImageC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(py)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)hash", + "mangledName": "$s10GiphyUISDK8GPHImageC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage(im)init", + "mangledName": "$s10GiphyUISDK8GPHImageCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHImageC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHImageC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(py)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImage(im)description", + "mangledName": "$s10GiphyUISDK8GPHImageC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage", + "mangledName": "$s10GiphyUISDK8GPHImageC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWrapperViewController", + "printedName": "GPHWrapperViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)init", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHWrapperViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWrapperViewController", + "printedName": "GiphyUISDK.GPHWrapperViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "transitionDuration", + "printedName": "transitionDuration(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerContextTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)transitionDuration:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC18transitionDuration5usingSdSo06UIViewE20ContextTransitioning_pSg_tF", + "moduleName": "GiphyUISDK", + "objc_name": "transitionDuration:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animateTransition", + "printedName": "animateTransition(using:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerContextTransitioning", + "printedName": "UIKit.UIViewControllerContextTransitioning", + "usr": "c:objc(pl)UIViewControllerContextTransitioning" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animateTransition:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC17animateTransition5usingySo06UIViewE20ContextTransitioning_p_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animateTransition:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forDismissed:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForDismissedController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forDismissedSo06UIViewE21AnimatedTransitioning_pSgSo0iE0C_tF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForDismissedController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationController", + "printedName": "animationController(forPresented:presenting:source:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewControllerAnimatedTransitioning", + "printedName": "UIKit.UIViewControllerAnimatedTransitioning", + "usr": "c:objc(pl)UIViewControllerAnimatedTransitioning" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHWrapperViewController(im)animationControllerForPresentedController:presentingController:sourceController:", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC09animationE012forPresented10presenting6sourceSo06UIViewE21AnimatedTransitioning_pSgSo0kE0C_A2KtF", + "moduleName": "GiphyUISDK", + "objc_name": "animationControllerForPresentedController:presentingController:sourceController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWrapperViewController", + "mangledName": "$s10GiphyUISDK24GPHWrapperViewControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "children": [ + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety14CoreFoundation7CGFloatV_tF", + "mangledName": "$s10GiphyUISDK15GPHGridDelegatePAAE9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHGridDelegate>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyGridController", + "printedName": "GiphyGridController", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHGridDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)delegate", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGridDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGridDelegate", + "printedName": "GiphyUISDK.GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC8delegateAA15GPHGridDelegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "direction", + "printedName": "direction", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)direction", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setDirection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9directionSo31UICollectionViewScrollDirectionVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)theme", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rating", + "printedName": "rating", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)rating", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRating:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6ratingAA13GPHRatingTypeOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "content", + "printedName": "content", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)content", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setContent:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7contentAA10GPHContentCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cellPadding", + "printedName": "cellPadding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)cellPadding", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setCellPadding:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC11cellPadding14CoreFoundation7CGFloatVvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11cellPadding12CoreGraphics7CGFloatVvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberOfTracks", + "printedName": "numberOfTracks", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14numberOfTracksSiSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setNumberOfTracks", + "printedName": "setNumberOfTracks(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setNumberOfTracks:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17setNumberOfTracksyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "fixedSizeCells", + "printedName": "fixedSizeCells", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)fixedSizeCells", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setFixedSizeCells:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14fixedSizeCellsSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageFileExtensionForDynamicAssets", + "printedName": "imageFileExtensionForDynamicAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)imageFileExtensionForDynamicAssets", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHFileExtension", + "printedName": "GiphyUISDK.GPHFileExtension", + "usr": "c:@M@GiphyUISDK@E@GPHFileExtension" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setImageFileExtensionForDynamicAssets:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC34imageFileExtensionForDynamicAssetsAA07GPHFileG0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAPIKey", + "printedName": "setAPIKey(_:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setAPIKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9setAPIKey_16verificationMode8metadataySS_SbSDyS2SGtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)init", + "mangledName": "$s10GiphyUISDK0A14GridControllerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A14GridControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "renditionType", + "printedName": "renditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)renditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC13renditionTypeAA012GPHRenditionF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "clipsPreviewRenditionType", + "printedName": "clipsPreviewRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)clipsPreviewRenditionType", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setClipsPreviewRenditionType:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC25clipsPreviewRenditionTypeAA012GPHRenditionH0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enableDynamicResultsInTextSearch", + "printedName": "enableDynamicResultsInTextSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(py)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)enableDynamicResultsInTextSearch", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)setEnableDynamicResultsInTextSearch:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "mangledName": "$s10GiphyUISDK0A14GridControllerC32enableDynamicResultsInTextSearchSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "update", + "printedName": "update()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)update", + "mangledName": "$s10GiphyUISDK0A14GridControllerC6updateyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)scrollViewDidScroll:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC19scrollViewDidScrollyySo08UIScrollF0CF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "ObjC", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewdG11Coordinator_ptF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyGridController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyGridController", + "printedName": "GiphyUISDK.GiphyGridController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:numberOfItemsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_22numberOfItemsInSectionSiSo012UICollectionF0C_SitF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:numberOfItemsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfSectionsInCollectionView:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16numberOfSections2inSiSo16UICollectionViewC_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfSectionsInCollectionView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cellForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_13cellForItemAtSo012UICollectionF4CellCSo0kF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:cellForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionF0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:sizeForSectionItem:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "objc_name": "numberOfColumnsForItemAt:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)scrollDirection", + "mangledName": "$s10GiphyUISDK0A14GridControllerC15scrollDirectionSo022UICollectionViewScrollF0VyF", + "moduleName": "GiphyUISDK", + "objc_name": "scrollDirection", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:willDisplay:forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_11willDisplay9forItemAtySo012UICollectionF0C_So0lF4CellC10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:contextMenuConfigurationForItemAt:point:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIContextMenuConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIContextMenuConfiguration", + "printedName": "UIKit.UIContextMenuConfiguration", + "usr": "c:objc(cs)UIContextMenuConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14collectionView_33contextMenuConfigurationForItemAt5pointSo09UIContexthI0CSgSo012UICollectionF0C_10Foundation9IndexPathVSo7CGPointVtF", + "moduleName": "GiphyUISDK", + "intro_iOS": "13.0", + "objc_name": "collectionView:contextMenuConfigurationForItemAtIndexPath:point:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaForIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "objc_name": "mediaIsLoadedAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphyGridController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A14GridControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyGridController", + "mangledName": "$s10GiphyUISDK0A14GridControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackHTTPError", + "printedName": "GPHPingbackHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackHTTPError", + "printedName": "GiphyUISDK.GPHPingbackHTTPError", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20GPHPingbackHTTPErrorV", + "mangledName": "$s10GiphyUISDK20GPHPingbackHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Giphy", + "printedName": "Giphy", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:metadata:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(cm)configureWithApiKey:verificationMode:metadata:", + "mangledName": "$s10GiphyUISDK0A0C9configure6apiKey16verificationMode8metadataySS_SbSDyS2SGtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:metadata:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Giphy", + "printedName": "GiphyUISDK.Giphy", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy(im)init", + "mangledName": "$s10GiphyUISDK0A0CACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)Giphy", + "mangledName": "$s10GiphyUISDK0A0C", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyDelegate", + "printedName": "GiphyDelegate", + "children": [ + { + "kind": "Function", + "name": "didSearch", + "printedName": "didSearch(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSearchFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didSearch3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSearchFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCreate", + "printedName": "didCreate(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didCreateFor:", + "mangledName": "$s10GiphyUISDK0A8DelegateP9didCreate3forySS_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didCreateFor:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5mediayAA0ahI0C_AA8GPHMediaCtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(giphyViewController:media:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didSelectMediaWithGiphyViewController:media:contentType:", + "mangledName": "$s10GiphyUISDK0A8DelegateP14didSelectMedia19giphyViewController5media11contentTypeyAA0ahI0C_AA8GPHMediaCAA010GPHContentL0OtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didSelectMediaWithGiphyViewController:media:contentType:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didDismiss", + "printedName": "didDismiss(controller:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyViewController", + "printedName": "GiphyUISDK.GiphyViewController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didDismissWithController:", + "mangledName": "$s10GiphyUISDK0A8DelegateP10didDismiss10controlleryAA0A14ViewControllerCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "didDismissWithController:", + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapSuggestion", + "printedName": "didTapSuggestion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSuggestion", + "printedName": "GiphyUISDK.GPHSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSuggestion" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)didTapSuggestion:", + "mangledName": "$s10GiphyUISDK0A8DelegateP16didTapSuggestionyyAA13GPHSuggestionCF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A8DelegateP13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A8DelegateP22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GiphyDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate", + "mangledName": "$s10GiphyUISDK0A8DelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphySearchController", + "printedName": "GiphySearchController", + "children": [ + { + "kind": "Var", + "name": "showConfirmationScreen", + "printedName": "showConfirmationScreen", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)showConfirmationScreen", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShowConfirmationScreen:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22showConfirmationScreenSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldLocalizeSearch", + "printedName": "shouldLocalizeSearch", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)shouldLocalizeSearch", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setShouldLocalizeSearch:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0Sbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC014shouldLocalizeC0SbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)theme", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setTheme:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5themeAA8GPHThemeCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GiphyDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(py)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ReferenceOwnership", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)delegate", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyDelegate", + "printedName": "GiphyUISDK.GiphyDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GiphyDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)setDelegate:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC8delegateAA0A8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewWillAppear", + "printedName": "viewWillAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14viewWillAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidAppear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13viewDidAppearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillDisappear", + "printedName": "viewWillDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewWillDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC17viewWillDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewWillDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidDisappear", + "printedName": "viewDidDisappear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidDisappear:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16viewDidDisappearyySbF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidDisappear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)viewDidLoad", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC11viewDidLoadyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "selectedContentType", + "printedName": "selectedContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC19selectedContentTypeAA010GPHContentG0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithNibName:bundle:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphySearchController?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphySearchController", + "printedName": "GiphyUISDK.GiphySearchController", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "searchBarBackButtonTapped", + "printedName": "searchBarBackButtonTapped()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarBackButtonTapped", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC25searchBarBackButtonTappedyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarFocusDidChange", + "printedName": "searchBarFocusDidChange(_:focused:text:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarFocusDidChange:focused:text:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC23searchBarFocusDidChange_7focused4textyAA09GPHSearchF0C_SbSStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "searchBarTextDidChange", + "printedName": "searchBarTextDidChange(_:query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHSearchBar", + "printedName": "GiphyUISDK.GPHSearchBar", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHSearchBar" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)searchBarTextDidChange:query:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22searchBarTextDidChange_5queryyAA09GPHSearchF0C_SStF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)selectedContentTypeDidChange:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC28selectedContentTypeDidChangeyyAA010GPHContentG0OF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didChooseMedia", + "printedName": "didChooseMedia(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didChooseMediaWithMedia:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didChooseMedia5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didTapUsername", + "printedName": "didTapUsername(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didTapUsername:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didTapUsernameyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didLongPressCell", + "printedName": "didLongPressCell(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaCell?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didLongPressCell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16didLongPressCellyyAA08GPHMediaH0CSgF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "errorDidOccur", + "printedName": "errorDidOccur(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)errorDidOccur:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC13errorDidOccuryys5Error_pF", + "moduleName": "GiphyUISDK", + "objc_name": "errorDidOccur:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "syntheticErrorDidOccur", + "printedName": "syntheticErrorDidOccur()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)syntheticErrorDidOccur", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC22syntheticErrorDidOccuryyF", + "moduleName": "GiphyUISDK", + "objc_name": "syntheticErrorDidOccur", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMoreByYou", + "printedName": "didSelectMoreByYou(query:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMoreByYouWithQuery:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC18didSelectMoreByYou5queryySS_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMoreByYouWithQuery:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentDidUpdate", + "printedName": "contentDidUpdate(resultCount:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)contentDidUpdateWithResultCount:error:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC16contentDidUpdate11resultCount5errorySi_s5Error_pSgtF", + "moduleName": "GiphyUISDK", + "objc_name": "contentDidUpdateWithResultCount:error:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didScroll", + "printedName": "didScroll(offset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didScrollWithOffset:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC9didScroll6offsety12CoreGraphics7CGFloatV_tF", + "moduleName": "GiphyUISDK", + "objc_name": "didScrollWithOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didSelectMedia", + "printedName": "didSelectMedia(media:cell:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GiphySearchController(im)didSelectMediaWithMedia:cell:", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC14didSelectMedia5media4cellyAA8GPHMediaC_So20UICollectionViewCellCtF", + "moduleName": "GiphyUISDK", + "objc_name": "didSelectMediaWithMedia:cell:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphySearchController", + "mangledName": "$s10GiphyUISDK0A16SearchControllerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHSearchBarDelegate", + "printedName": "GPHSearchBarDelegate", + "usr": "s:10GiphyUISDK20GPHSearchBarDelegateP", + "mangledName": "$s10GiphyUISDK20GPHSearchBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHAttributionDelegate", + "printedName": "GPHAttributionDelegate", + "usr": "s:10GiphyUISDK22GPHAttributionDelegateP", + "mangledName": "$s10GiphyUISDK22GPHAttributionDelegateP" + }, + { + "kind": "Conformance", + "name": "GPHGridDelegate", + "printedName": "GPHGridDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHGridDelegate", + "mangledName": "$s10GiphyUISDK15GPHGridDelegateP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVKit", + "printedName": "AVKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTextLoadingView", + "printedName": "GPHTextLoadingView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTextLoadingView", + "printedName": "GiphyUISDK.GPHTextLoadingView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTextLoadingView", + "mangledName": "$s10GiphyUISDK18GPHTextLoadingViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaCell", + "printedName": "GPHMediaCell", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaCell", + "printedName": "GiphyUISDK.GPHMediaCell", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "prepareForReuse", + "printedName": "prepareForReuse()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell(im)prepareForReuse", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC15prepareForReuseyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "prepareForReuse", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaCell", + "mangledName": "$s10GiphyUISDK12GPHMediaCellC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewCell", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewCell", + "UIKit.UICollectionReusableView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "CodableBool", + "printedName": "CodableBool", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolVACycfc", + "mangledName": "$s10GiphyUISDK11CodableBoolVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "mangledName": "$s10GiphyUISDK11CodableBoolV12wrappedValueSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableBool", + "printedName": "GiphyUISDK.CodableBool", + "usr": "s:10GiphyUISDK11CodableBoolV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableBoolV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableBoolV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableBoolV", + "mangledName": "$s10GiphyUISDK11CodableBoolV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableDate", + "printedName": "CodableDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateVACycfc", + "mangledName": "$s10GiphyUISDK11CodableDateVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "mangledName": "$s10GiphyUISDK11CodableDateV12wrappedValue10Foundation0D0VSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableDate", + "printedName": "GiphyUISDK.CodableDate", + "usr": "s:10GiphyUISDK11CodableDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK11CodableDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK11CodableDateV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK11CodableDateV", + "mangledName": "$s10GiphyUISDK11CodableDateV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableStrToInt", + "printedName": "CodableStrToInt", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntVACycfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV12wrappedValueSivM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableStrToInt", + "printedName": "GiphyUISDK.CodableStrToInt", + "usr": "s:10GiphyUISDK15CodableStrToIntV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableStrToIntV", + "mangledName": "$s10GiphyUISDK15CodableStrToIntV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableIntToStr", + "printedName": "CodableIntToStr", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrVACycfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV12wrappedValueSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableIntToStr", + "printedName": "GiphyUISDK.CodableIntToStr", + "usr": "s:10GiphyUISDK15CodableIntToStrV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK15CodableIntToStrV", + "mangledName": "$s10GiphyUISDK15CodableIntToStrV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHRatingType", + "printedName": "CodableGPHRatingType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHRatingType", + "printedName": "GiphyUISDK.CodableGPHRatingType", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK20CodableGPHRatingTypeV", + "mangledName": "$s10GiphyUISDK20CodableGPHRatingTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CodableGPHMediaType", + "printedName": "CodableGPHMediaType", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeVACycfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "wrappedValue", + "printedName": "wrappedValue", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV12wrappedValueAA0dE0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CodableGPHMediaType", + "printedName": "GiphyUISDK.CodableGPHMediaType", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19CodableGPHMediaTypeV", + "mangledName": "$s10GiphyUISDK19CodableGPHMediaTypeV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "PropertyWrapper" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyCodable", + "printedName": "AnyCodable", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvp", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvg", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvs", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueypvM", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueypvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV5valueACyp_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCodable", + "printedName": "GiphyUISDK.AnyCodable", + "usr": "s:10GiphyUISDK10AnyCodableV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10AnyCodableV4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10AnyCodableV6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK10AnyCodableV", + "mangledName": "$s10GiphyUISDK10AnyCodableV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAnalyticsEvent", + "printedName": "GPHAnalyticsEvent", + "children": [ + { + "kind": "Var", + "name": "eventType", + "printedName": "eventType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC9eventTypeAA08GPHEventF0OSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(analyticsResponsePayload:eventType:actionType:gifId:tid:ts:attributes:userId:loggedInUserId:randomId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC24analyticsResponsePayload9eventType06actionI05gifId3tid2ts10attributes04userL0012loggedInUserL006randomL0ACSS_AA08GPHEventI0OSgAA09GPHActionI0OS2SSgs5Int64VSDyS2SGSgSSA2Stcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC", + "mangledName": "$s10GiphyUISDK17GPHAnalyticsEventC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListCategoryResponse", + "printedName": "GPHListCategoryResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)data", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC4dataSayAA11GPHCategoryCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)pagination", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHCategory]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHCategory]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCategory", + "printedName": "GiphyUISDK.GPHCategory", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCategory" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC_4data10paginationAcA7GPHMetaC_SayAA11GPHCategoryCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)init", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(py)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListCategoryResponse(im)description", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse", + "mangledName": "$s10GiphyUISDK23GPHListCategoryResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListCategoryResponse", + "printedName": "GiphyUISDK.GPHListCategoryResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListCategoryResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerState", + "printedName": "GPHVideoPlayerState", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateUnknown", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7unknownyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "readyToPlay", + "printedName": "readyToPlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateReadyToPlay", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO11readyToPlayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePlaying", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO7playingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStatePaused", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO6pausedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateRepeated", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8repeatedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "idle", + "printedName": "idle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHVideoPlayerState.Type) -> GiphyUISDK.GPHVideoPlayerState", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHVideoPlayerState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState@GPHVideoPlayerStateIdle", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO4idleyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerState?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState", + "mangledName": "$s10GiphyUISDK19GPHVideoPlayerStateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayerStateListener", + "printedName": "GPHVideoPlayerStateListener", + "children": [ + { + "kind": "Function", + "name": "playerStateDidChange", + "printedName": "playerStateDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerState", + "printedName": "GiphyUISDK.GPHVideoPlayerState", + "usr": "c:@M@GiphyUISDK@E@GPHVideoPlayerState" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerStateDidChange:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP06playerE9DidChangeyyAA0cdE0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playerDidFail", + "printedName": "playerDidFail(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)playerDidFail:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13playerDidFailyySSSgF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "muteDidChange", + "printedName": "muteDidChange(isMuted:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)muteDidChangeWithIsMuted:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP13muteDidChange7isMutedySb_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "muteDidChangeWithIsMuted:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaDidChange", + "printedName": "mediaDidChange(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener(im)mediaDidChangeWithMedia:", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP14mediaDidChange0G0yAA8GPHMediaCSg_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHVideoPlayerStateListener>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "mediaDidChangeWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener", + "mangledName": "$s10GiphyUISDK27GPHVideoPlayerStateListenerP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "CaptionState", + "printedName": "CaptionState", + "children": [ + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "mangledName": "$s10GiphyUISDK12CaptionStateC7enabledSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CaptionState", + "printedName": "GiphyUISDK.CaptionState", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState(im)init", + "mangledName": "$s10GiphyUISDK12CaptionStateCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)CaptionState", + "mangledName": "$s10GiphyUISDK12CaptionStateC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoPlayer", + "printedName": "GPHVideoPlayer", + "children": [ + { + "kind": "Var", + "name": "playerView", + "printedName": "playerView", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHVideoPlayerView?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(py)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)playerView", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)setPlayerView:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC10playerViewAA0cdF0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayer", + "printedName": "GiphyUISDK.GPHVideoPlayer", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)addWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC3add8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(listener:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerStateListener", + "printedName": "GiphyUISDK.GPHVideoPlayerStateListener", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHVideoPlayerStateListener" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)removeWithListener:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6remove8listeneryAA0cD13StateListener_p_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "prepareMedia", + "printedName": "prepareMedia(media:view:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoPlayerView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)prepareMediaWithMedia:view:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12prepareMedia5media4viewyAA8GPHMediaC_AA0cD4ViewCSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadMedia", + "printedName": "loadMedia(media:autoPlay:muteOnPlay:view:repeatable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHVideoPlayerView", + "printedName": "GiphyUISDK.GPHVideoPlayerView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayerView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)loadMediaWithMedia:autoPlay:muteOnPlay:view:repeatable:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC9loadMedia5media8autoPlay06muteOnI04view10repeatableyAA8GPHMediaC_S2bAA0cD4ViewCSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)pause", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC5pauseyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resume", + "printedName": "resume()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)resume", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC6resumeyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mute", + "printedName": "mute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)mute:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4muteyySbF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)stop", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC4stopyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "observeValue", + "printedName": "observeValue(forKeyPath:of:change:context:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSKeyValueChangeKey", + "printedName": "Foundation.NSKeyValueChangeKey", + "usr": "c:@T@NSKeyValueChangeKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoPlayer(im)observeValueForKeyPath:ofObject:change:context:", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC12observeValue10forKeyPath2of6change7contextySSSg_ypSgSDySo05NSKeyf6ChangeH0aypGSgSvSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "observeValueForKeyPath:ofObject:change:context:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoPlayer", + "mangledName": "$s10GiphyUISDK14GPHVideoPlayerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GiphyCore", + "printedName": "GiphyCore", + "children": [ + { + "kind": "Var", + "name": "versionName", + "printedName": "versionName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC11versionNameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC4nameSSvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC4nameSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppExtension", + "printedName": "isAppExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "mangledName": "$s10GiphyUISDK0A4CoreC14isAppExtensionSbvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cpy)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)shared", + "mangledName": "$s10GiphyUISDK0A4CoreC6sharedAA9GPHClientCvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:name:versionName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)configureWithApiKey:verificationMode:name:versionName:", + "mangledName": "$s10GiphyUISDK0A4CoreC9configure6apiKey16verificationMode4name11versionNameySS_SbS2StFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:name:versionName:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomHeaders", + "printedName": "setCustomHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setCustomHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A4CoreC16setCustomHeaders10parametersySDyS2SG_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setCustomHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFilter", + "printedName": "setFilter(filter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHFilterable) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHFilterable", + "printedName": "GiphyUISDK.GPHFilterable", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(cm)setFilterWithFilter:", + "mangledName": "$s10GiphyUISDK0A4CoreC9setFilter6filterySbAA13GPHFilterableCc_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "setFilterWithFilter:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyCore", + "printedName": "GiphyUISDK.GiphyCore", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore(im)init", + "mangledName": "$s10GiphyUISDK0A4CoreCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyCore", + "mangledName": "$s10GiphyUISDK0A4CoreC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListChannelResponse", + "printedName": "GPHListChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC4dataSayAA10GPHChannelCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(py)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)pagination", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC_4data10paginationAcA7GPHMetaC_SayAA10GPHChannelCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse", + "mangledName": "$s10GiphyUISDK22GPHListChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHPingbacksAbstractClient", + "printedName": "GPHPingbacksAbstractClient", + "children": [ + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)timeout", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setTimeout:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC7timeoutSdvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbacksAbstractClient", + "printedName": "GiphyUISDK.GPHPingbacksAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPingbacksAbstractClient", + "mangledName": "$s10GiphyUISDK26GPHPingbacksAbstractClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHClient", + "printedName": "GPHClient", + "children": [ + { + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)apiKey", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC6apiKeySSvM", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeySSvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customHeaders", + "printedName": "customHeaders", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(py)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)customHeaders", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)setCustomHeaders:", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "mangledName": "$s10GiphyUISDK9GPHClientC13customHeadersSDyS2SGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(apiKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)initWithApiKey:", + "mangledName": "$s10GiphyUISDK9GPHClientC6apiKeyACSS_tcfc", + "moduleName": "GiphyUISDK", + "objc_name": "initWithApiKey:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "gifByID", + "printedName": "gifByID(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifByID:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7gifByID_15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SdyAA16GPHMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "gifsByIDs", + "printedName": "gifsByIDs(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)gifsByIDs:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC9gifsByIDs_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSaySSG_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emoji", + "printedName": "emoji(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC5emoji6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "emojiWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "defaultEmojis", + "printedName": "defaultEmojis(offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC13defaultEmojis6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSi_SiSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "defaultEmojisWithOffset:limit:timeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "emojiVariationsByID", + "printedName": "emojiVariationsByID(_:context:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Operation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)emojiVariationsByID:context:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC19emojiVariationsByID_7context15timeoutInterval17completionHandlerSo11NSOperationCSgSS_SSSgSdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trendingSearches", + "printedName": "trendingSearches(timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListTermSuggestionResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)trendingSearchesWithTimeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC16trendingSearches15timeoutInterval17completionHandlerSo11NSOperationCSd_yAA29GPHListTermSuggestionResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "trendingSearchesWithTimeoutInterval:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "channelsSearch", + "printedName": "channelsSearch(_:offset:limit:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListChannelResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListChannelResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListChannelResponse", + "printedName": "GiphyUISDK.GPHListChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListChannelResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)channelsSearch:offset:limit:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC14channelsSearch_6offset5limit15timeoutInterval17completionHandlerSo11NSOperationCSS_S2iSdyAA22GPHListChannelResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:timeoutInterval:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GPHListMediaResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHListMediaResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient(im)animate:timeoutInterval:completionHandler:", + "mangledName": "$s10GiphyUISDK9GPHClientC7animate_15timeoutInterval17completionHandlerSo11NSOperationCSS_SdyAA20GPHListMediaResponseCSg_s5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHClient", + "printedName": "GiphyUISDK.GPHClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK9GPHClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "declAttributes": [ + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHClient", + "mangledName": "$s10GiphyUISDK9GPHClientC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "superclassNames": [ + "GiphyUISDK.GPHAbstractClient", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListTermSuggestionResponse", + "printedName": "GPHListTermSuggestionResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)data", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC4dataSaySSGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMeta?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC_4dataAcA7GPHMetaCSg_SaySSGSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)init", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(py)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse(im)description", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse", + "mangledName": "$s10GiphyUISDK29GPHListTermSuggestionResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListTermSuggestionResponse", + "printedName": "GiphyUISDK.GPHListTermSuggestionResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListTermSuggestionResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GradientDirection", + "printedName": "GradientDirection", + "children": [ + { + "kind": "Var", + "name": "horizontal", + "printedName": "horizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO10horizontalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "vertical", + "printedName": "vertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8verticalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "diagonal", + "printedName": "diagonal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GradientDirection.Type) -> GiphyUISDK.GradientDirection", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GradientDirection.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO8diagonalyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + }, + { + "kind": "TypeNominal", + "name": "GradientDirection", + "printedName": "GiphyUISDK.GradientDirection", + "usr": "s:10GiphyUISDK17GradientDirectionO" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "mangledName": "$s10GiphyUISDK17GradientDirectionO2eeoiySbAC_ACtFZ", + "moduleName": "GiphyUISDK", + "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:10GiphyUISDK17GradientDirectionO9hashValueSivp", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GradientDirectionO9hashValueSivg", + "mangledName": "$s10GiphyUISDK17GradientDirectionO9hashValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "mangledName": "$s10GiphyUISDK17GradientDirectionO4hash4intoys6HasherVz_tF", + "moduleName": "GiphyUISDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GradientDirectionO", + "mangledName": "$s10GiphyUISDK17GradientDirectionO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GradientView", + "printedName": "GradientView", + "children": [ + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cpy)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(cm)layerClass", + "mangledName": "$s10GiphyUISDK12GradientViewC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GradientViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GradientView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientView", + "printedName": "GiphyUISDK.GradientView", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GradientViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GradientView", + "mangledName": "$s10GiphyUISDK12GradientViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHStickerColumnCount", + "printedName": "GPHStickerColumnCount", + "children": [ + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "two", + "printedName": "two", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountTwo", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO3twoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "three", + "printedName": "three", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountThree", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO5threeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "four", + "printedName": "four", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHStickerColumnCount.Type) -> GiphyUISDK.GPHStickerColumnCount", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHStickerColumnCount.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount@GPHStickerColumnCountFour", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO4fouryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHStickerColumnCount?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHStickerColumnCount", + "printedName": "GiphyUISDK.GPHStickerColumnCount", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHStickerColumnCount", + "mangledName": "$s10GiphyUISDK21GPHStickerColumnCountO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHGifButtonColor", + "printedName": "GPHGifButtonColor", + "children": [ + { + "kind": "Var", + "name": "pink", + "printedName": "pink", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorPink", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4pinkyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "blue", + "printedName": "blue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlue", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO4blueyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "black", + "printedName": "black", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorBlack", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5blackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "white", + "printedName": "white", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHGifButtonColor.Type) -> GiphyUISDK.GPHGifButtonColor", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHGifButtonColor.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor@GPHGifButtonColorWhite", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO5whiteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO14defaultSettingACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHGifButtonColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHGifButtonColor", + "printedName": "GiphyUISDK.GPHGifButtonColor", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHGifButtonColor", + "mangledName": "$s10GiphyUISDK17GPHGifButtonColorO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequest", + "printedName": "GPHCoreRequest", + "children": [ + { + "kind": "Function", + "name": "main", + "printedName": "main()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest(im)main", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC4mainyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "main", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCoreRequest", + "mangledName": "$s10GiphyUISDK14GPHCoreRequestC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperationWithCompletion", + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHCoreRequestType", + "printedName": "GPHCoreRequestType", + "children": [ + { + "kind": "Var", + "name": "post", + "printedName": "post", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO4postyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "get", + "printedName": "get", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3getyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "put", + "printedName": "put", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO3putyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "patch", + "printedName": "patch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO5patchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delete", + "printedName": "delete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6deleteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "upload", + "printedName": "upload", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHCoreRequestType.Type) -> GiphyUISDK.GPHCoreRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHCoreRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO6uploadyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHCoreRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO", + "mangledName": "$s10GiphyUISDK18GPHCoreRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestRouter", + "printedName": "GPHRequestRouter", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestRouter.Type) -> (Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?) -> GiphyUISDK.GPHRequestRouter", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, Swift.String, GiphyUISDK.GPHCoreRequestType, [Foundation.URLQueryItem]?, [Swift.String : Swift.String]?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHCoreRequestType", + "printedName": "GiphyUISDK.GPHCoreRequestType", + "usr": "s:10GiphyUISDK18GPHCoreRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.URLQueryItem]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.URLQueryItem]", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestRouter.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestRouter", + "printedName": "GiphyUISDK.GPHRequestRouter", + "usr": "s:10GiphyUISDK16GPHRequestRouterO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO7requestyACSS_SSAA18GPHCoreRequestTypeOSay10Foundation12URLQueryItemVGSgSDyS2SGSgtcACmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "encodedURLQueryItem", + "printedName": "encodedURLQueryItem(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + }, + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO19encodedURLQueryItemy10Foundation0fG0VAGF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asURLRequest", + "printedName": "asURLRequest(_:httpBody:contentType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "URLRequest", + "printedName": "Foundation.URLRequest", + "usr": "s:10Foundation10URLRequestV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO12asURLRequest_8httpBody11contentType10Foundation0F0VSS_AG4DataVSgSSSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK16GPHRequestRouterO", + "mangledName": "$s10GiphyUISDK16GPHRequestRouterO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaViewDelegate", + "printedName": "GPHMediaViewDelegate", + "children": [ + { + "kind": "Function", + "name": "didPressMoreByUser", + "printedName": "didPressMoreByUser(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate(im)didPressMoreByUser:", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP18didPressMoreByUseryySSF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHMediaViewDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate", + "mangledName": "$s10GiphyUISDK20GPHMediaViewDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaView", + "printedName": "GPHMediaView", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)delegate", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaViewDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaViewDelegate", + "printedName": "GiphyUISDK.GPHMediaViewDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHMediaViewDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setDelegate:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "showAttribution", + "printedName": "showAttribution", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)showAttribution", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setShowAttribution:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC15showAttributionSbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "theme", + "printedName": "theme", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)theme", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTheme?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTheme", + "printedName": "GiphyUISDK.GPHTheme", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTheme" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setTheme:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5themeAA8GPHThemeCSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "media", + "printedName": "media", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(py)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)media", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5mediaAA0C0CSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)init", + "mangledName": "$s10GiphyUISDK12GPHMediaViewCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "loadAsset", + "printedName": "loadAsset(at:queueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)loadAssetAt:queueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC9loadAsset2at22queueOriginalRenditionySS_SbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelLoading", + "printedName": "cancelLoading()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)cancelLoading", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC13cancelLoadingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5imageACSo7UIImageCSg_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:highlightedImage:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithImage:highlightedImage:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5image16highlightedImageACSo7UIImageCSg_AHtcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "intro_iOS": "3.0", + "objc_name": "initWithImage:highlightedImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithFrame:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5frameACSo6CGRectV_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaView?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaView", + "printedName": "GiphyUISDK.GPHMediaView", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setMedia", + "printedName": "setMedia(_:rendition:shouldQueueOriginalRendition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaView(im)setMedia:rendition:shouldQueueOriginalRendition:", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC8setMedia_9rendition28shouldQueueOriginalRenditionyAA0C0C_AA16GPHRenditionTypeOSbtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "Custom", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaView", + "mangledName": "$s10GiphyUISDK12GPHMediaViewC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)GiphyYYAnimatedImageView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GiphyYYAnimatedImageView", + "UIKit.UIImageView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelResponse", + "printedName": "GPHChannelResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(py)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)data", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHChannel?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse(im)init", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(py)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelResponse(im)description", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse", + "mangledName": "$s10GiphyUISDK18GPHChannelResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelResponse", + "printedName": "GiphyUISDK.GPHChannelResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideoAssets", + "printedName": "GPHVideoAssets", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)mediaId", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "source", + "printedName": "source", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)source", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6sourceAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lowRes", + "printedName": "lowRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)lowRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6lowResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "small", + "printedName": "small", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)small", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5smallAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "medium", + "printedName": "medium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)medium", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6mediumAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "large", + "printedName": "large", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)large", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC5largeAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "highRes", + "printedName": "highRes", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAsset?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAsset", + "printedName": "GiphyUISDK.GPHVideoAsset", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAsset" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)highRes", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7highResAA0C5AssetCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)userDictionary", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)isEqual:", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(py)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)hash", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets(im)init", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(py)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideoAssets(im)description", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets", + "mangledName": "$s10GiphyUISDK14GPHVideoAssetsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecents", + "printedName": "GPHRecents", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC5countSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3maxSivgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC5clearyyFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "ids", + "printedName": "ids", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.NSString]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3idsSaySo8NSStringCGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC6removeyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "mangledName": "$s10GiphyUISDK10GPHRecentsC3addyyAA8GPHMediaCFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecents", + "printedName": "GiphyUISDK.GPHRecents", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents(im)init", + "mangledName": "$s10GiphyUISDK10GPHRecentsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecents", + "mangledName": "$s10GiphyUISDK10GPHRecentsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRecentSearches", + "printedName": "GPHRecentSearches", + "children": [ + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5countSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "max", + "printedName": "max", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC3maxSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC5clearyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRecentSearches", + "printedName": "GiphyUISDK.GPHRecentSearches", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches(im)init", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRecentSearches", + "mangledName": "$s10GiphyUISDK17GPHRecentSearchesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingDelegate", + "printedName": "GPHTrackingDelegate", + "children": [ + { + "kind": "Function", + "name": "mediaForIndexPath", + "printedName": "mediaForIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaForIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP17mediaForIndexPathyAA8GPHMediaCSg10Foundation0gH0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "mediaIsLoadedAtIndexPath", + "printedName": "mediaIsLoadedAtIndexPath(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)mediaIsLoadedAtIndexPath:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP24mediaIsLoadedAtIndexPathySb10Foundation0iJ0VF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "impressionOccurred", + "printedName": "impressionOccurred(media:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate(im)impressionOccurredWithMedia:", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP18impressionOccurred5mediayAA8GPHMediaC_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTrackingDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "objc_name": "impressionOccurredWithMedia:", + "declAttributes": [ + "Optional", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate", + "mangledName": "$s10GiphyUISDK19GPHTrackingDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTrackingManager", + "printedName": "GPHTrackingManager", + "children": [ + { + "kind": "Var", + "name": "placementContext", + "printedName": "placementContext", + "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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC16placementContextSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC13versionStringSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "userID", + "printedName": "userID", + "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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC6userIDSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTrackingDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTrackingDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingDelegate", + "printedName": "GiphyUISDK.GPHTrackingDelegate", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHTrackingDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC8delegateAA0C8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(collectionView:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14collectionViewACSo012UICollectionF0CSg_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateTracking", + "printedName": "updateTracking()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)updateTracking", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC14updateTrackingyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "track", + "printedName": "track(media:userID:actionType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)trackWithMedia:userID:actionType:", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5track5media6userID10actionTypeSbAA8GPHMediaC_SSAA09GPHActionJ0OtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "trackWithMedia:userID:actionType:", + "declAttributes": [ + "AccessControl", + "ObjC", + "DiscardableResult" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(cm)reset", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC5resetyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTrackingManager", + "printedName": "GiphyUISDK.GPHTrackingManager", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager(im)init", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTrackingManager", + "mangledName": "$s10GiphyUISDK18GPHTrackingManagerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHVideo", + "printedName": "GPHVideo", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)mediaId", + "mangledName": "$s10GiphyUISDK8GPHVideoC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoAssets", + "printedName": "videoAssets", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHVideoAssets?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideoAssets", + "printedName": "GiphyUISDK.GPHVideoAssets", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideoAssets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoAssets", + "mangledName": "$s10GiphyUISDK8GPHVideoC11videoAssetsAA0cE0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "videoDescription", + "printedName": "videoDescription", + "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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)videoDescription", + "mangledName": "$s10GiphyUISDK8GPHVideoC16videoDescriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)userDictionary", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK8GPHVideoC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init:", + "mangledName": "$s10GiphyUISDK8GPHVideoCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)isEqual:", + "mangledName": "$s10GiphyUISDK8GPHVideoC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(py)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)hash", + "mangledName": "$s10GiphyUISDK8GPHVideoC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo(im)init", + "mangledName": "$s10GiphyUISDK8GPHVideoCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHVideo", + "printedName": "GiphyUISDK.GPHVideo", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK8GPHVideoC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK8GPHVideoC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(py)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHVideo(im)description", + "mangledName": "$s10GiphyUISDK8GPHVideoC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHVideo", + "mangledName": "$s10GiphyUISDK8GPHVideoC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannel", + "printedName": "GPHChannel", + "children": [ + { + "kind": "Var", + "name": "StickersRootId", + "printedName": "StickersRootId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cpy)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(cm)StickersRootId", + "mangledName": "$s10GiphyUISDK10GPHChannelC14StickersRootIdSivgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)id", + "mangledName": "$s10GiphyUISDK10GPHChannelC2idSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "parent", + "printedName": "parent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6parentSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6parentSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "slug", + "printedName": "slug", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)slug", + "mangledName": "$s10GiphyUISDK10GPHChannelC4slugSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "url", + "printedName": "url", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)url", + "mangledName": "$s10GiphyUISDK10GPHChannelC3urlSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "displayName", + "printedName": "displayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)displayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC11displayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shortDisplayName", + "printedName": "shortDisplayName", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)shortDisplayName", + "mangledName": "$s10GiphyUISDK10GPHChannelC16shortDisplayNameSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)type", + "mangledName": "$s10GiphyUISDK10GPHChannelC4typeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentType", + "printedName": "contentType", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)contentType", + "mangledName": "$s10GiphyUISDK10GPHChannelC11contentTypeSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "descriptionText", + "printedName": "descriptionText", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)descriptionText", + "mangledName": "$s10GiphyUISDK10GPHChannelC15descriptionTextSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasChildren", + "printedName": "hasChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11hasChildrenSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isLive", + "printedName": "isLive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC6isLiveSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isPrivate", + "printedName": "isPrivate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isPrivateSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isVisible", + "printedName": "isVisible", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC9isVisibleSbSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numChildren", + "printedName": "numChildren", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "mangledName": "$s10GiphyUISDK10GPHChannelC11numChildrenSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bannerImage", + "printedName": "bannerImage", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)bannerImage", + "mangledName": "$s10GiphyUISDK10GPHChannelC11bannerImageSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "featuredGif", + "printedName": "featuredGif", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)featuredGif", + "mangledName": "$s10GiphyUISDK10GPHChannelC11featuredGifAA8GPHMediaCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "user", + "printedName": "user", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHUser?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHUser", + "printedName": "GiphyUISDK.GPHUser", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHUser" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)user", + "mangledName": "$s10GiphyUISDK10GPHChannelC4userAA7GPHUserCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tags", + "printedName": "tags", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHChannelTag]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannelTag]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)tags", + "mangledName": "$s10GiphyUISDK10GPHChannelC4tagsSayAA0C3TagCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ancestors", + "printedName": "ancestors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHChannel]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)ancestors", + "mangledName": "$s10GiphyUISDK10GPHChannelC9ancestorsSayACGvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)userDictionary", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK10GPHChannelC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init:", + "mangledName": "$s10GiphyUISDK10GPHChannelCyACSicfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHChannelC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(py)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)hash", + "mangledName": "$s10GiphyUISDK10GPHChannelC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel(im)init", + "mangledName": "$s10GiphyUISDK10GPHChannelCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHChannelC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHChannelC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(py)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannel(im)description", + "mangledName": "$s10GiphyUISDK10GPHChannelC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK10GPHChannelC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel", + "mangledName": "$s10GiphyUISDK10GPHChannelC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannel", + "printedName": "GiphyUISDK.GPHChannel", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannel" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHCache", + "printedName": "GPHCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cpy)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(cm)shared", + "mangledName": "$s10GiphyUISDK8GPHCacheC6sharedACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cache", + "printedName": "cache", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(py)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)cache", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URLCache", + "printedName": "Foundation.URLCache", + "usr": "c:objc(cs)NSURLCache" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)setCache:", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "mangledName": "$s10GiphyUISDK8GPHCacheC5cacheSo10NSURLCacheCvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clear", + "printedName": "clear()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)clear", + "mangledName": "$s10GiphyUISDK8GPHCacheC5clearyyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAssetData", + "printedName": "downloadAssetData(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Foundation.Data?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.Data?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Foundation.Data?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAssetData:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC17downloadAssetData_10completionSo012NSURLSessionF4TaskCSgSS_y10Foundation0F0VSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "downloadAsset", + "printedName": "downloadAsset(_:key:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLSessionDataTask?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLSessionDataTask", + "printedName": "Foundation.URLSessionDataTask", + "usr": "c:objc(cs)NSURLSessionDataTask" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(GiphyUISDK.GiphyYYImage?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GiphyYYImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyYYImage", + "printedName": "GiphyUISDK.GiphyYYImage", + "usr": "c:objc(cs)GiphyYYImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)downloadAsset:key:completion:", + "mangledName": "$s10GiphyUISDK8GPHCacheC13downloadAsset_3key10completionSo20NSURLSessionDataTaskCSgSS_SSSgySo0A7YYImageCSg_s5Error_pSgtcSgtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHCache", + "printedName": "GiphyUISDK.GPHCache", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache(im)init", + "mangledName": "$s10GiphyUISDK8GPHCacheCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHCache", + "mangledName": "$s10GiphyUISDK8GPHCacheC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHEventType", + "printedName": "GPHEventType", + "children": [ + { + "kind": "Var", + "name": "recentlyPicked", + "printedName": "recentlyPicked", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHEventType.Type) -> GiphyUISDK.GPHEventType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHEventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHEventType@GPHEventTypeRecentlyPicked", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO14recentlyPickedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHEventType", + "mangledName": "$s10GiphyUISDK12GPHEventTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHActionType", + "printedName": "GPHActionType", + "children": [ + { + "kind": "Var", + "name": "seen", + "printedName": "seen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSeen", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4seenyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "hover", + "printedName": "hover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeHover", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5hoveryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "click", + "printedName": "click", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeClick", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5clickyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sent", + "printedName": "sent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeSent", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO4sentyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "favorite", + "printedName": "favorite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeFavorite", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8favoriteyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeStart", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO5startyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "longpress", + "printedName": "longpress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHActionType.Type) -> GiphyUISDK.GPHActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHActionType@GPHActionTypeLongpress", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO9longpressyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHActionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO11descriptionSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHActionType", + "mangledName": "$s10GiphyUISDK13GPHActionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHListMediaResponse", + "printedName": "GPHListMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC4dataSayAA8GPHMediaCGSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pagination", + "printedName": "pagination", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(py)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)pagination", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC10paginationAA13GPHPaginationCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:pagination:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[GiphyUISDK.GPHMedia]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHMedia]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPagination?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init:data:pagination:", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC_4data10paginationAcA7GPHMetaC_SayAA8GPHMediaCGSgAA13GPHPaginationCSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHListMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse", + "mangledName": "$s10GiphyUISDK20GPHListMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHListMediaResponse", + "printedName": "GiphyUISDK.GPHListMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHListMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaResponse", + "printedName": "GPHMediaResponse", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(py)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)data", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC4dataAA0C0CSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMedia?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMedia", + "printedName": "GiphyUISDK.GPHMedia", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMedia" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init:data:", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC_4dataAcA7GPHMetaC_AA0C0CSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse(im)init", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(py)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMediaResponse(im)description", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse", + "mangledName": "$s10GiphyUISDK16GPHMediaResponseC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHResponse", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHResponse", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaResponse", + "printedName": "GiphyUISDK.GPHMediaResponse", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMediaResponse" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRequestType", + "printedName": "GPHRequestType", + "children": [ + { + "kind": "Var", + "name": "trending", + "printedName": "trending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8trendingyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO6searchyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "animate", + "printedName": "animate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO7animateyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "variations", + "printedName": "variations", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRequestType.Type) -> GiphyUISDK.GPHRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO10variationsyA2CmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRequestType", + "printedName": "GiphyUISDK.GPHRequestType", + "usr": "s:10GiphyUISDK14GPHRequestTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK14GPHRequestTypeO", + "mangledName": "$s10GiphyUISDK14GPHRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContent", + "printedName": "GPHContent", + "children": [ + { + "kind": "Var", + "name": "contentCopy", + "printedName": "contentCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(py)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)contentCopy", + "mangledName": "$s10GiphyUISDK10GPHContentC11contentCopyACvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingGifs", + "printedName": "trendingGifs", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingGifs", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingGifsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingVideo", + "printedName": "trendingVideo", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingVideo", + "mangledName": "$s10GiphyUISDK10GPHContentC13trendingVideoACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingStickers", + "printedName": "trendingStickers", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingStickers", + "mangledName": "$s10GiphyUISDK10GPHContentC16trendingStickersACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trendingText", + "printedName": "trendingText", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingText", + "mangledName": "$s10GiphyUISDK10GPHContentC12trendingTextACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emoji", + "mangledName": "$s10GiphyUISDK10GPHContentC5emojiACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "emojiVariations", + "printedName": "emojiVariations(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)emojiVariations:", + "mangledName": "$s10GiphyUISDK10GPHContentC15emojiVariationsyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cpy)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)recents", + "mangledName": "$s10GiphyUISDK10GPHContentC7recentsACvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "search", + "printedName": "search(withQuery:mediaType:language:includeDynamicResults:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)searchWithQuery:mediaType:language:includeDynamicResults:", + "mangledName": "$s10GiphyUISDK10GPHContentC6search9withQuery9mediaType8language21includeDynamicResultsACSS_AA08GPHMediaH0OAA011GPHLanguageH0OSbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)animate:", + "mangledName": "$s10GiphyUISDK10GPHContentC7animateyACSSFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "trending", + "printedName": "trending(mediaType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + }, + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(cm)trendingWithMediaType:", + "mangledName": "$s10GiphyUISDK10GPHContentC8trending9mediaTypeAcA08GPHMediaF0O_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)isEqual:", + "mangledName": "$s10GiphyUISDK10GPHContentC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContent", + "printedName": "GiphyUISDK.GPHContent", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent(im)init", + "mangledName": "$s10GiphyUISDK10GPHContentCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHContent", + "mangledName": "$s10GiphyUISDK10GPHContentC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHContentType", + "printedName": "GPHContentType", + "children": [ + { + "kind": "Var", + "name": "recents", + "printedName": "recents", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeRecents", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO7recentsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "gifs", + "printedName": "gifs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeGifs", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4gifsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "clips", + "printedName": "clips", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeClips", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5clipsyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "stickers", + "printedName": "stickers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeStickers", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8stickersyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeText", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "emoji", + "printedName": "emoji", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHContentType.Type) -> GiphyUISDK.GPHContentType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHContentType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHContentType@GPHContentTypeEmoji", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO5emojiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "defaultSetting", + "printedName": "defaultSetting", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO14defaultSettingSayACGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHContentType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHContentType", + "mangledName": "$s10GiphyUISDK14GPHContentTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GPHAbstractClient", + "printedName": "GPHAbstractClient", + "children": [ + { + "kind": "Var", + "name": "_apiKey", + "printedName": "_apiKey", + "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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)_apiKey", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)set_apiKey:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC7_apiKeySSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "useReachability", + "printedName": "useReachability", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(py)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvp", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)useReachability", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)setUseReachability:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15useReachabilitySbvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCyACSSSgcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateUserAgent", + "printedName": "updateUserAgent(agent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC15updateUserAgent5agentySS_tF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "httpRequest", + "printedName": "httpRequest(with:completionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Operation", + "printedName": "Foundation.Operation", + "usr": "c:objc(cs)NSOperation" + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)httpRequestWith:completionHandler:", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC11httpRequest4with17completionHandlerSo11NSOperationCAA16GPHRequestConfigC_ySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtctF", + "moduleName": "GiphyUISDK", + "objc_name": "httpRequestWith:completionHandler:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parseJSONResponse", + "printedName": "parseJSONResponse(_:completionHandler:)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Swift.String : Any]?, Foundation.URLResponse?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLResponse?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLResponse", + "printedName": "Foundation.URLResponse", + "usr": "c:objc(cs)NSURLResponse" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "GPHRequestConfig", + "printedName": "GiphyUISDK.GPHRequestConfig", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHRequestConfig" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0?, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(τ_0_0?, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC17parseJSONResponse_17completionHandlerySDySSypGSg_So13NSURLResponseCSgs5Error_pSgtcAA16GPHRequestConfigC_yxSg_ALtctAA11GPHResponseCRbzAA11GPHMappableRzlFZ", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHResponse, τ_0_0 : GiphyUISDK.GPHMappable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isNetworkReachable", + "printedName": "isNetworkReachable()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC18isNetworkReachableSbyF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAbstractClient", + "printedName": "GiphyUISDK.GPHAbstractClient", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient(im)init", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAbstractClient", + "mangledName": "$s10GiphyUISDK17GPHAbstractClientC", + "moduleName": "GiphyUISDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHImages", + "printedName": "GPHImages", + "children": [ + { + "kind": "Var", + "name": "mediaId", + "printedName": "mediaId", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)mediaId", + "mangledName": "$s10GiphyUISDK9GPHImagesC7mediaIdSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)original", + "mangledName": "$s10GiphyUISDK9GPHImagesC8originalAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)originalStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC13originalStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)preview", + "mangledName": "$s10GiphyUISDK9GPHImagesC7previewAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)looping", + "mangledName": "$s10GiphyUISDK9GPHImagesC7loopingAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeight", + "mangledName": "$s10GiphyUISDK9GPHImagesC11fixedHeightAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC22fixedHeightDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC16fixedHeightSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedHeightSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidth", + "mangledName": "$s10GiphyUISDK9GPHImagesC10fixedWidthAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK9GPHImagesC21fixedWidthDownsampledAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC15fixedWidthSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)fixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC20fixedWidthSmallStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsized", + "mangledName": "$s10GiphyUISDK9GPHImagesC9downsizedAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedSmall", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedSmallAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedMedium", + "mangledName": "$s10GiphyUISDK9GPHImagesC15downsizedMediumAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedLarge", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedLargeAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)downsizedStill", + "mangledName": "$s10GiphyUISDK9GPHImagesC14downsizedStillAA8GPHImageCSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)userDictionary", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK9GPHImagesC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init:", + "mangledName": "$s10GiphyUISDK9GPHImagesCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImages?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)initWithCoder:", + "mangledName": "$s10GiphyUISDK9GPHImagesC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)isEqual:", + "mangledName": "$s10GiphyUISDK9GPHImagesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(py)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)hash", + "mangledName": "$s10GiphyUISDK9GPHImagesC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages(im)init", + "mangledName": "$s10GiphyUISDK9GPHImagesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImages", + "printedName": "GiphyUISDK.GPHImages", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK9GPHImagesC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK9GPHImagesC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "rendition", + "printedName": "rendition(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHImage", + "printedName": "GiphyUISDK.GPHImage", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "hasDefaultArg": true, + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)rendition:", + "mangledName": "$s10GiphyUISDK9GPHImagesC9renditionyAA8GPHImageCSgAA16GPHRenditionTypeOF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(py)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHImages(im)description", + "mangledName": "$s10GiphyUISDK9GPHImagesC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHImages", + "mangledName": "$s10GiphyUISDK9GPHImagesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHSession", + "printedName": "GPHSession", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHAnalyticsEvent]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAnalyticsEvent", + "printedName": "GiphyUISDK.GPHAnalyticsEvent", + "usr": "s:10GiphyUISDK17GPHAnalyticsEventC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC6eventsSayAA17GPHAnalyticsEventCGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sessionId", + "printedName": "sessionId", + "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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": 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:10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "mangledName": "$s10GiphyUISDK10GPHSessionC9sessionIdSSSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHSession", + "printedName": "GiphyUISDK.GPHSession", + "usr": "s:10GiphyUISDK10GPHSessionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK10GPHSessionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK10GPHSessionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK10GPHSessionC", + "mangledName": "$s10GiphyUISDK10GPHSessionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHIcons", + "printedName": "GPHIcons", + "children": [ + { + "kind": "Function", + "name": "giphyLogo", + "printedName": "giphyLogo()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "mangledName": "$s10GiphyUISDK8GPHIconsC9giphyLogoSo7UIImageCyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHIcons", + "printedName": "GiphyUISDK.GPHIcons", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons(im)init", + "mangledName": "$s10GiphyUISDK8GPHIconsCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHIcons", + "mangledName": "$s10GiphyUISDK8GPHIconsC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DebugLogger", + "printedName": "DebugLogger", + "children": [ + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8disabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "enabled", + "printedName": "enabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.DebugLogger.LogLevel.Type) -> GiphyUISDK.DebugLogger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.DebugLogger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO7enabledyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.DebugLogger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueAESgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8LogLevelO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "logLevel", + "printedName": "logLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "GiphyUISDK.DebugLogger.LogLevel", + "usr": "s:10GiphyUISDK11DebugLoggerC8LogLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0Ovs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "mangledName": "$s10GiphyUISDK11DebugLoggerC8logLevelAC03LogF0OvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK11DebugLoggerC3logyySSF", + "mangledName": "$s10GiphyUISDK11DebugLoggerC3logyySSF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:10GiphyUISDK11DebugLoggerC", + "mangledName": "$s10GiphyUISDK11DebugLoggerC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHJSONMappingError", + "printedName": "GPHJSONMappingError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHJSONMappingError", + "printedName": "GiphyUISDK.GPHJSONMappingError", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11descriptionACSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK19GPHJSONMappingErrorV", + "mangledName": "$s10GiphyUISDK19GPHJSONMappingErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHHTTPError", + "printedName": "GPHHTTPError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": 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:10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11descriptionSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "statusCode", + "printedName": "statusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCodeSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV9errorCodeSivg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(statusCode:description:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHHTTPError", + "printedName": "GiphyUISDK.GPHHTTPError", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV10statusCode11descriptionACSi_SSSgtcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "errorDomain", + "printedName": "errorDomain", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV11errorDomainSSvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "errorUserInfo", + "printedName": "errorUserInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV13errorUserInfoSDySSypGvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10GiphyUISDK12GPHHTTPErrorV", + "mangledName": "$s10GiphyUISDK12GPHHTTPErrorV", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "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": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMediaType", + "printedName": "GPHMediaType", + "children": [ + { + "kind": "Var", + "name": "gif", + "printedName": "gif", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeGif", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO3gifyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sticker", + "printedName": "sticker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeSticker", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO7stickeryA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeText", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO4textyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "video", + "printedName": "video", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHMediaType.Type) -> GiphyUISDK.GPHMediaType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHMediaType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType@GPHMediaTypeVideo", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO5videoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endpointPathComponent", + "printedName": "endpointPathComponent", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO21endpointPathComponentSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHMediaType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMediaType", + "printedName": "GiphyUISDK.GPHMediaType", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHMediaType", + "mangledName": "$s10GiphyUISDK12GPHMediaTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRenditionType", + "printedName": "GPHRenditionType", + "children": [ + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginal", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8originalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "originalStill", + "printedName": "originalStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeOriginalStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO13originalStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "preview", + "printedName": "preview", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypePreview", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7previewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "looping", + "printedName": "looping", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeLooping", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO7loopingyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "fixedHeight", + "printedName": "fixedHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeight", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO11fixedHeightyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "fixedHeightStill", + "printedName": "fixedHeightStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "fixedHeightDownsampled", + "printedName": "fixedHeightDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO22fixedHeightDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "fixedHeightSmall", + "printedName": "fixedHeightSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO16fixedHeightSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "fixedHeightSmallStill", + "printedName": "fixedHeightSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedHeightSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedHeightSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "fixedWidth", + "printedName": "fixedWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidth", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO10fixedWidthyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "fixedWidthStill", + "printedName": "fixedWidthStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "fixedWidthDownsampled", + "printedName": "fixedWidthDownsampled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthDownsampled", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO21fixedWidthDownsampledyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "fixedWidthSmall", + "printedName": "fixedWidthSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15fixedWidthSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "fixedWidthSmallStill", + "printedName": "fixedWidthSmallStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeFixedWidthSmallStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO20fixedWidthSmallStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "downsized", + "printedName": "downsized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsized", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO9downsizedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "downsizedSmall", + "printedName": "downsizedSmall", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedSmall", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedSmallyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "downsizedMedium", + "printedName": "downsizedMedium", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedMedium", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO15downsizedMediumyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "downsizedLarge", + "printedName": "downsizedLarge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedLarge", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedLargeyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "downsizedStill", + "printedName": "downsizedStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRenditionType.Type) -> GiphyUISDK.GPHRenditionType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRenditionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType@GPHRenditionTypeDownsizedStill", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO14downsizedStillyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRenditionType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRenditionType", + "printedName": "GiphyUISDK.GPHRenditionType", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRenditionType", + "mangledName": "$s10GiphyUISDK16GPHRenditionTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHLanguageType", + "printedName": "GPHLanguageType", + "children": [ + { + "kind": "Var", + "name": "english", + "printedName": "english", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeEnglish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7englishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "spanish", + "printedName": "spanish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSpanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7spanishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "portuguese", + "printedName": "portuguese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePortuguese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10portugueseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "indonesian", + "printedName": "indonesian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeIndonesian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10indonesianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "french", + "printedName": "french", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFrench", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6frenchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "arabic", + "printedName": "arabic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeArabic", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6arabicyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "turkish", + "printedName": "turkish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeTurkish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7turkishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "thai", + "printedName": "thai", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeThai", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO4thaiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "vietnamese", + "printedName": "vietnamese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeVietnamese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO10vietnameseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "german", + "printedName": "german", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeGerman", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6germanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "italian", + "printedName": "italian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeItalian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7italianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "japanese", + "printedName": "japanese", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeJapanese", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8japaneseyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "chineseSimplified", + "printedName": "chineseSimplified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseSimplified", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO17chineseSimplifiedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "chineseTraditional", + "printedName": "chineseTraditional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeChineseTraditional", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO18chineseTraditionalyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "russian", + "printedName": "russian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRussian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7russianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "korean", + "printedName": "korean", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeKorean", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6koreanyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "polish", + "printedName": "polish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypePolish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6polishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "dutch", + "printedName": "dutch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDutch", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5dutchyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "romanian", + "printedName": "romanian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeRomanian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8romanianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "hungarian", + "printedName": "hungarian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHungarian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9hungarianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "swedish", + "printedName": "swedish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeSwedish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7swedishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "czech", + "printedName": "czech", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeCzech", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5czechyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "hindi", + "printedName": "hindi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHindi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5hindiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "bengali", + "printedName": "bengali", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeBengali", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7bengaliyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "danish", + "printedName": "danish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeDanish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6danishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "farsi", + "printedName": "farsi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFarsi", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5farsiyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "filipino", + "printedName": "filipino", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFilipino", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8filipinoyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "finnish", + "printedName": "finnish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeFinnish", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO7finnishyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "hebrew", + "printedName": "hebrew", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeHebrew", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO6hebrewyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "malay", + "printedName": "malay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeMalay", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO5malayyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "norwegian", + "printedName": "norwegian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeNorwegian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9norwegianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "ukrainian", + "printedName": "ukrainian", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHLanguageType.Type) -> GiphyUISDK.GPHLanguageType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHLanguageType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType@GPHLanguageTypeUkrainian", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO9ukrainianyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHLanguageType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHLanguageType", + "printedName": "GiphyUISDK.GPHLanguageType", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHLanguageType", + "mangledName": "$s10GiphyUISDK15GPHLanguageTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHRatingType", + "printedName": "GPHRatingType", + "children": [ + { + "kind": "Var", + "name": "ratedY", + "printedName": "ratedY", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedY", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedYyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "ratedG", + "printedName": "ratedG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ratedPG", + "printedName": "ratedPG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7ratedPGyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "ratedPG13", + "printedName": "ratedPG13", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedPG13", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO9ratedPG13yA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "ratedR", + "printedName": "ratedR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeRatedR", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO6ratedRyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nsfw", + "printedName": "nsfw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeNsfw", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO4nsfwyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "unrated", + "printedName": "unrated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHRatingType.Type) -> GiphyUISDK.GPHRatingType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHRatingType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType@GPHRatingTypeUnrated", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO7unratedyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHRatingType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHRatingType", + "printedName": "GiphyUISDK.GPHRatingType", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO8rawValueACSgSS_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHRatingType", + "mangledName": "$s10GiphyUISDK13GPHRatingTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPingbackRequestType", + "printedName": "GPHPingbackRequestType", + "children": [ + { + "kind": "Var", + "name": "pingback", + "printedName": "pingback", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHPingbackRequestType.Type) -> GiphyUISDK.GPHPingbackRequestType", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHPingbackRequestType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType@GPHPingbackRequestTypePingback", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8pingbackyA2CmF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHPingbackRequestType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPingbackRequestType", + "printedName": "GiphyUISDK.GPHPingbackRequestType", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueACSgSi_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO8rawValueSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@GiphyUISDK@E@GPHPingbackRequestType", + "mangledName": "$s10GiphyUISDK22GPHPingbackRequestTypeO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperation", + "printedName": "GPHAsyncOperation", + "children": [ + { + "kind": "TypeDecl", + "name": "State", + "printedName": "State", + "children": [ + { + "kind": "Var", + "name": "ready", + "printedName": "ready", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO5readyyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "executing", + "printedName": "executing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO9executingyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Var", + "name": "finished", + "printedName": "finished", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(GiphyUISDK.GPHAsyncOperation.State.Type) -> GiphyUISDK.GPHAsyncOperation.State", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "GiphyUISDK.GPHAsyncOperation.State.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8finishedyA2EmF", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHAsyncOperation.State?", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueAESgSS_tcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvp", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO8rawValueSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5StateO", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "state", + "printedName": "state", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "GiphyUISDK.GPHAsyncOperation.State", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5StateO" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5stateAC5StateOvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperation", + "printedName": "GiphyUISDK.GPHAsyncOperation", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation(im)init", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isReady", + "printedName": "isReady", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)ready", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "ready", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isReady", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC7isReadySbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isReady", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isExecuting", + "printedName": "isExecuting", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)executing", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "executing", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isExecuting", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC11isExecutingSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isExecuting", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFinished", + "printedName": "isFinished", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)finished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "finished", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isFinished", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC10isFinishedSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isFinished", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAsynchronous", + "printedName": "isAsynchronous", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(py)asynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "asynchronous", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)isAsynchronous", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC14isAsynchronousSbvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isAsynchronous", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)start", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC5startyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "start", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHAsyncOperation(im)cancel", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC6cancelyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "cancel", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "mangledName": "$s10GiphyUISDK17GPHAsyncOperationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSOperation", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GPHAsyncOperationWithCompletion", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHAsyncOperationWithCompletion", + "printedName": "GiphyUISDK.GPHAsyncOperationWithCompletion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion(im)init", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperationWithCompletion", + "mangledName": "$s10GiphyUISDK31GPHAsyncOperationWithCompletionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHAsyncOperation", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHAsyncOperation", + "Foundation.Operation", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EmojiDrawerBackground", + "printedName": "EmojiDrawerBackground", + "children": [ + { + "kind": "Function", + "name": "setup", + "printedName": "setup(emojisWidth:emojisHeight:anchorTranslationX:anchorWidth:anchorHeight:cornerRadius:marginTop:marginHorizontal:gradientColorTop:gradientColorBottom:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "hasDefaultArg": true, + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC5setup11emojisWidth0G6Height18anchorTranslationX0jH00jI012cornerRadius9marginTop0N10Horizontal013gradientColorO00qR6BottomySdSg_S7dSo7UIColorCAQtF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "layerClass", + "printedName": "layerClass", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cpy)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(cm)layerClass", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC10layerClassyXlXpvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "overriding": true, + "objc_name": "layerClass", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesEnded:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesCancelled", + "printedName": "touchesCancelled(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)touchesCancelled:withEvent:", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC16touchesCancelled_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "touchesCancelled:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground(im)layoutSubviews", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC14layoutSubviewsyyF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)EmojiDrawerBackground", + "mangledName": "$s10GiphyUISDK21EmojiDrawerBackgroundC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHPagination", + "printedName": "GPHPagination", + "children": [ + { + "kind": "Var", + "name": "totalCount", + "printedName": "totalCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)totalCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10totalCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "count", + "printedName": "count", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)count", + "mangledName": "$s10GiphyUISDK13GPHPaginationC5countSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "filteredCount", + "printedName": "filteredCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)filteredCount", + "mangledName": "$s10GiphyUISDK13GPHPaginationC13filteredCountSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "offset", + "printedName": "offset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)offset", + "mangledName": "$s10GiphyUISDK13GPHPaginationC6offsetSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nextCursor", + "printedName": "nextCursor", + "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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(py)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)nextCursor", + "mangledName": "$s10GiphyUISDK13GPHPaginationC10nextCursorSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)init", + "mangledName": "$s10GiphyUISDK13GPHPaginationCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "updateFilteredCount", + "printedName": "updateFilteredCount(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination(im)updateFilteredCount:", + "mangledName": "$s10GiphyUISDK13GPHPaginationC19updateFilteredCountyySiF", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(py)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHPagination(im)description", + "mangledName": "$s10GiphyUISDK13GPHPaginationC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK13GPHPaginationC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination", + "mangledName": "$s10GiphyUISDK13GPHPaginationC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHPagination", + "printedName": "GiphyUISDK.GPHPagination", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHPagination" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBarDelegate", + "printedName": "GPHTabBarDelegate", + "children": [ + { + "kind": "Function", + "name": "selectedContentTypeDidChange", + "printedName": "selectedContentTypeDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP28selectedContentTypeDidChangeyyAA010GPHContentH0OF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHTabBarDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP", + "mangledName": "$s10GiphyUISDK17GPHTabBarDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTabBar", + "printedName": "GPHTabBar", + "children": [ + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "GiphyUISDK.GPHTabBarDelegate?" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHTabBarDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTabBarDelegate", + "printedName": "GiphyUISDK.GPHTabBarDelegate", + "usr": "s:10GiphyUISDK17GPHTabBarDelegateP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC8delegateAA0cD8Delegate_pSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "mediaTypeConfig", + "printedName": "mediaTypeConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[GiphyUISDK.GPHContentType]", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHContentType", + "printedName": "GiphyUISDK.GPHContentType", + "usr": "c:@M@GiphyUISDK@E@GPHContentType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvs", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "mangledName": "$s10GiphyUISDK9GPHTabBarC15mediaTypeConfigSayAA010GPHContentF0OGvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTabBar", + "mangledName": "$s10GiphyUISDK9GPHTabBarC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutDelegate", + "printedName": "GPHWaterfallLayoutDelegate", + "children": [ + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:sizeForSectionItem:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)collectionView:sizeForSectionItem:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP14collectionView_18sizeForSectionItemSo6CGSizeVSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "numberOfColumns", + "printedName": "numberOfColumns(forItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)numberOfColumnsForItemAt:", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15numberOfColumns9forItemAtS2i_tF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollDirection", + "printedName": "scrollDirection()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollDirection", + "printedName": "UIKit.UICollectionView.ScrollDirection", + "usr": "c:@E@UICollectionViewScrollDirection" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate(im)scrollDirection", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP15scrollDirectionSo022UICollectionViewScrollG0VyF", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 where τ_0_0 : GiphyUISDK.GPHWaterfallLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@GiphyUISDK@objc(pl)GPHWaterfallLayoutDelegate", + "mangledName": "$s10GiphyUISDK26GPHWaterfallLayoutDelegateP", + "moduleName": "GiphyUISDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GPHWaterfallLayoutAttributes", + "children": [ + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)copyWithZone:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "copyWithZone:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)isEqual:", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHWaterfallLayoutAttributes", + "printedName": "GiphyUISDK.GPHWaterfallLayoutAttributes", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes(im)init", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHWaterfallLayoutAttributes", + "mangledName": "$s10GiphyUISDK28GPHWaterfallLayoutAttributesC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UICollectionViewLayoutAttributes", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UICollectionViewLayoutAttributes", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHChannelTag", + "printedName": "GPHChannelTag", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC2idSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "channel", + "printedName": "channel", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7channelSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tag", + "printedName": "tag", + "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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)tag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC3tagSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rank", + "printedName": "rank", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4rankSiSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)userDictionary", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)isEqual:", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(py)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)hash", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag(im)init", + "mangledName": "$s10GiphyUISDK13GPHChannelTagCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHChannelTag", + "printedName": "GiphyUISDK.GPHChannelTag", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(py)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHChannelTag(im)description", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHChannelTag", + "mangledName": "$s10GiphyUISDK13GPHChannelTagC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK" + }, + { + "kind": "TypeDecl", + "name": "GiphyPingbacks", + "printedName": "GiphyPingbacks", + "children": [ + { + "kind": "Function", + "name": "configure", + "printedName": "configure(apiKey:verificationMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)configureWithApiKey:verificationMode:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC9configure6apiKey16verificationModeySS_SbtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "configureWithApiKey:verificationMode:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addAdditionalHeaders", + "printedName": "addAdditionalHeaders(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)addAdditionalHeadersWithParameters:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC20addAdditionalHeaders10parametersySDyS2SGSg_tFZ", + "moduleName": "GiphyUISDK", + "static": true, + "objc_name": "addAdditionalHeadersWithParameters:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "log", + "printedName": "log(userId:loggedInUserId:analyticsResponsePayload:mediaId:tid:eventType:actionType:sessionId:attributes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "GiphyUISDK.GPHEventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHEventType", + "printedName": "GiphyUISDK.GPHEventType", + "usr": "c:@M@GiphyUISDK@E@GPHEventType" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GPHActionType", + "printedName": "GiphyUISDK.GPHActionType", + "usr": "c:@M@GiphyUISDK@E@GPHActionType" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC3log6userId012loggedInUserF024analyticsResponsePayload05mediaF03tid9eventType06actionP007sessionF010attributesySS_SSSgANSSAnA08GPHEventP0OSgAA09GPHActionP0OANSDyS2SGSgtFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "flush", + "printedName": "flush()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)flush", + "mangledName": "$s10GiphyUISDK0A9PingbacksC5flushyyFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugLogging", + "printedName": "enableDebugLogging(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)enableDebugLogging:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC18enableDebugLoggingyySbFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pingbacksId", + "printedName": "pingbacksId", + "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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cpy)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)pingbacksId", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(cm)setPingbacksId:", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvsZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "mangledName": "$s10GiphyUISDK0A9PingbacksC11pingbacksIdSSSgvMZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GiphyPingbacks", + "printedName": "GiphyUISDK.GiphyPingbacks", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks(im)init", + "mangledName": "$s10GiphyUISDK0A9PingbacksCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GiphyPingbacks", + "mangledName": "$s10GiphyUISDK0A9PingbacksC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHMeta", + "printedName": "GPHMeta", + "children": [ + { + "kind": "Var", + "name": "responseId", + "printedName": "responseId", + "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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": 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": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)responseId", + "mangledName": "$s10GiphyUISDK7GPHMetaC10responseIdSSSgvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)status", + "mangledName": "$s10GiphyUISDK7GPHMetaC6statusSivg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "msg", + "printedName": "msg", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)msg", + "mangledName": "$s10GiphyUISDK7GPHMetaC3msgSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorCode", + "printedName": "errorCode", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(py)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)errorCode", + "mangledName": "$s10GiphyUISDK7GPHMetaC9errorCodeSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta(im)init", + "mangledName": "$s10GiphyUISDK7GPHMetaCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(py)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHMeta(im)description", + "mangledName": "$s10GiphyUISDK7GPHMetaC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK7GPHMetaC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta", + "mangledName": "$s10GiphyUISDK7GPHMetaC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHMeta", + "printedName": "GiphyUISDK.GPHMeta", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHMeta" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "GPHTermSuggestion", + "printedName": "GPHTermSuggestion", + "children": [ + { + "kind": "Var", + "name": "term", + "printedName": "term", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)term", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4termSSvg", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "userDictionary", + "printedName": "userDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)userDictionary", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvg", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)setUserDictionary:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvs", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC14userDictionarySDySSypGSgvM", + "moduleName": "GiphyUISDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCyACSScfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "Convenience", + "RawDocComment", + "ObjC" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)isEqual:", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7isEqualySbypSgF", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hash", + "printedName": "hash", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(py)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)hash", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4hashSivg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "hash", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ], + "declKind": "Constructor", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion(im)init", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionCACycfc", + "moduleName": "GiphyUISDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC4fromACs7Decoder_p_tKcfc", + "moduleName": "GiphyUISDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC6encode2toys7Encoder_p_tKF", + "moduleName": "GiphyUISDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(py)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvp", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@GiphyUISDK@objc(cs)GPHTermSuggestion(im)description", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC11descriptionSSvg", + "moduleName": "GiphyUISDK", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mapData", + "printedName": "mapData(_:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC7mapData_7optionsACSDySSypG_SDySSypSgGtKFZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion", + "mangledName": "$s10GiphyUISDK17GPHTermSuggestionC", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@GiphyUISDK@objc(cs)GPHFilterable", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "GiphyUISDK.GPHFilterable", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "GPHMappable", + "printedName": "GPHMappable", + "children": [ + { + "kind": "TypeWitness", + "name": "GPHMappableObject", + "printedName": "GPHMappableObject", + "children": [ + { + "kind": "TypeNominal", + "name": "GPHTermSuggestion", + "printedName": "GiphyUISDK.GPHTermSuggestion", + "usr": "c:@M@GiphyUISDK@objc(cs)GPHTermSuggestion" + } + ] + } + ], + "usr": "s:10GiphyUISDK11GPHMappableP", + "mangledName": "$s10GiphyUISDK11GPHMappableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(hex:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:So7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "mangledName": "$sSo7UIColorC10GiphyUISDKE3hexABSu_tcfc", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Convenience" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Var", + "name": "rgba", + "printedName": "rgba", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvp", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvp", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE4rgba14CoreFoundation7CGFloatV1r_AG1gAG1bAG1atvg", + "mangledName": "$sSo7UIColorC10GiphyUISDKE4rgba12CoreGraphics7CGFloatV1r_AG1gAG1bAG1atvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toHexString", + "printedName": "toHexString()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11toHexStringSSSgyF", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "giphyBlack", + "printedName": "giphyBlack", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyBlackABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightestGrey", + "printedName": "giphyLightestGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyLightestGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyMediumGrey", + "printedName": "giphyMediumGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE15giphyMediumGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightGrey", + "printedName": "giphyLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE14giphyLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraLightGrey", + "printedName": "giphyExtraLightGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE19giphyExtraLightGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGrey", + "printedName": "giphyGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyLightCharcoal", + "printedName": "giphyLightCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyLightCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkCharcoal", + "printedName": "giphyDarkCharcoal", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE17giphyDarkCharcoalABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyDarkGrey", + "printedName": "giphyDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE13giphyDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyExtraDarkGrey", + "printedName": "giphyExtraDarkGrey", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18giphyExtraDarkGreyABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyGreen", + "printedName": "giphyGreen", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE10giphyGreenABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyBlue", + "printedName": "giphyBlue", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyBlueABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPurple", + "printedName": "giphyPurple", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyPurpleABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyIndigo", + "printedName": "giphyIndigo", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyIndigoABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyRed", + "printedName": "giphyRed", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE8giphyRedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyYellow", + "printedName": "giphyYellow", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyYellowABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyPink", + "printedName": "giphyPink", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyPinkABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyAqua", + "printedName": "giphyAqua", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE9giphyAquaABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "randomColor", + "printedName": "randomColor", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11randomColorABvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11randomColorABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "giphyColors", + "printedName": "giphyColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE11giphyColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "textGradientColors", + "printedName": "textGradientColors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "mangledName": "$sSo7UIColorC10GiphyUISDKE18textGradientColorsSayABGvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Name", + "printedName": "Name", + "children": [ + { + "kind": "Var", + "name": "audioMutedStateChanged", + "printedName": "audioMutedStateChanged", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Var", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvpZ", + "moduleName": "GiphyUISDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Name", + "printedName": "Foundation.NSNotification.Name", + "usr": "c:@T@NSNotificationName" + } + ], + "declKind": "Accessor", + "usr": "s:So18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "mangledName": "$sSo18NSNotificationNamea10GiphyUISDKE22audioMutedStateChangedABvgZ", + "moduleName": "GiphyUISDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "c:@T@NSNotificationName", + "moduleName": "Foundation", + "declAttributes": [ + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "SynthesizedProtocol", + "Sendable" + ], + "isFromExtension": true, + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_SwiftNewtypeWrapper", + "printedName": "_SwiftNewtypeWrapper", + "usr": "s:s20_SwiftNewtypeWrapperP", + "mangledName": "$ss20_SwiftNewtypeWrapperP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "children": [ + { + "kind": "Var", + "name": "safeTopAnchor", + "printedName": "safeTopAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeTopAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomAnchor", + "printedName": "safeBottomAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutYAxisAnchor", + "printedName": "UIKit.NSLayoutYAxisAnchor", + "usr": "c:objc(cs)NSLayoutYAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE16safeBottomAnchorSo013NSLayoutYAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftAnchor", + "printedName": "safeLeftAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeLeftAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightAnchor", + "printedName": "safeRightAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutXAxisAnchor", + "printedName": "UIKit.NSLayoutXAxisAnchor", + "usr": "c:objc(cs)NSLayoutXAxisAnchor" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeRightAnchorSo013NSLayoutXAxisF0Cvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeWidthAnchor", + "printedName": "safeWidthAnchor", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSLayoutDimension", + "printedName": "UIKit.NSLayoutDimension", + "usr": "c:objc(cs)NSLayoutDimension" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeWidthAnchorSo17NSLayoutDimensionCvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeBottomInset", + "printedName": "safeBottomInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE15safeBottomInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE15safeBottomInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeLeftInset", + "printedName": "safeLeftInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE13safeLeftInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE13safeLeftInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "safeRightInset", + "printedName": "safeRightInset", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvp", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvp", + "moduleName": "GiphyUISDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:So6UIViewC10GiphyUISDKE14safeRightInset14CoreFoundation7CGFloatVvg", + "mangledName": "$sSo6UIViewC10GiphyUISDKE14safeRightInset12CoreGraphics7CGFloatVvg", + "moduleName": "GiphyUISDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHTheme.swift", + "kind": "BooleanLiteral", + "offset": 5956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 259, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 312, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView+Listener.swift", + "kind": "FloatLiteral", + "offset": 368, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "FloatLiteral", + "offset": 412, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1246, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 1449, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 1617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2410, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2526, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "BooleanLiteral", + "offset": 2713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHInfoCardController.swift", + "kind": "IntegerLiteral", + "offset": 2829, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollection.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 18, + "value": "\"GiphyUISDK.PingbackCollection\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHMedia+Rendition.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 17, + "value": "\"import_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 725, + "length": 19, + "value": "\"trending_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 13, + "value": "\"content_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 11, + "value": "\"bitly_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 871, + "length": 15, + "value": "\"bitly_gif_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 11, + "value": "\"embed_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 968, + "length": 12, + "value": "\"source_tld\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"source_post_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 15, + "value": "\"featured_tags\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1114, + "length": 11, + "value": "\"is_hidden\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 12, + "value": "\"is_removed\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1191, + "length": 14, + "value": "\"is_community\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 14, + "value": "\"is_anonymous\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 13, + "value": "\"is_featured\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 13, + "value": "\"is_realtime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1355, + "length": 14, + "value": "\"is_indexable\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 12, + "value": "\"is_sticker\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1434, + "length": 17, + "value": "\"update_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1478, + "length": 17, + "value": "\"create_datetime\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1526, + "length": 17, + "value": "\"has_attribution\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 12, + "value": "\"is_dynamic\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1684, + "length": 21, + "value": "\"animated_text_style\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 7, + "value": "\"video\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1800, + "length": 5, + "value": "\"cta\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1900, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 1948, + "length": 17, + "value": "\"variation_count\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2077, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHMedia.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "IntegerLiteral", + "offset": 378, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "FloatLiteral", + "offset": 430, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 37, + "value": "\"com.giphy.pingback-submission-queue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackSubmissionQueue.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 23, + "value": "\"GiphyUISDK.PingbackSubmissionQueue\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 342, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 381, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 678, + "length": 3, + "value": "\"@\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 623, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 15, + "value": "\"View on GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1509, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 1927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3570, + "length": 4, + "value": "38.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3625, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 3760, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3810, + "length": 5, + "value": "400.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3860, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "FloatLiteral", + "offset": 3908, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4684, + "length": 12, + "value": "\"Select GIF\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 4707, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5086, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5325, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5713, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5843, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 5937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6043, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6148, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6306, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6351, + "length": 6, + "value": "\"Back\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "StringLiteral", + "offset": 6368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "IntegerLiteral", + "offset": 6487, + "length": 2, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyAttributionViewController.swift", + "kind": "BooleanLiteral", + "offset": 6796, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 180, + "length": 4, + "value": "4.25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "IntegerLiteral", + "offset": 243, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 293, + "length": 4, + "value": "0.18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "FloatLiteral", + "offset": 344, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ShimmerView.swift", + "kind": "BooleanLiteral", + "offset": 1134, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 11, + "value": "\"user_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 11, + "value": "\"is_public\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 10, + "value": "\"is_staff\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 802, + "length": 13, + "value": "\"is_verified\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 17, + "value": "\"suppress_chrome\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 998, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1051, + "length": 26, + "value": "\"attribution_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 13, + "value": "\"twitter_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 14, + "value": "\"facebook_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 15, + "value": "\"instagram_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 11, + "value": "\"instagram\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 13, + "value": "\"website_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1342, + "length": 21, + "value": "\"website_display_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"tumblr_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1429, + "length": 12, + "value": "\"avatar_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 12, + "value": "\"banner_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 13, + "value": "\"profile_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 13, + "value": "\"youtube_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 12, + "value": "\"tiktok_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 8, + "value": "\"tiktok\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1660, + "length": 12, + "value": "\"last_login\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1698, + "length": 13, + "value": "\"date_joined\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHUser.swift", + "kind": "StringLiteral", + "offset": 1871, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 618, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCategory.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAsset.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSuggestions.swift", + "kind": "BooleanLiteral", + "offset": 2228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 566, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 3, + "value": "600" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "FloatLiteral", + "offset": 710, + "length": 4, + "value": "0.12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 758, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController+Tray.swift", + "kind": "IntegerLiteral", + "offset": 827, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 335, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4880, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 4902, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10787, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10799, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 10804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 10811, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11327, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11339, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/CaptionIcons.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 538, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1523, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "FloatLiteral", + "offset": 1748, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHGestureView.swift", + "kind": "IntegerLiteral", + "offset": 1826, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 282, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1010, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "Dictionary", + "offset": 1072, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 1502, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 1852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 2129, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4265, + "length": 53, + "value": "\"mediaTypeConfig must have at least one content type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 45, + "value": "\"mediaTypeConfig cannot only contain recents\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "StringLiteral", + "offset": 4679, + "length": 403, + "value": "\"||| GIPHY SDK WARNING: You've included the Clips content type in your GIPHY integration. Clips (GIFs with Sound!) is a brand new content type we're offering in the GIPHY SDK. This feature may not be ready for production releases. See the clips.md file in the giphy-ios-sdk repo to learn more. Disable this warning by setting the `disableClipsWarning` property of the `GiphyViewController` to false |||\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5649, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 397, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1474, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1612, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1846, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 1957, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2124, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2178, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2382, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/EmojiDrawerController.swift", + "kind": "BooleanLiteral", + "offset": 2428, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 3950, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4531, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "BooleanLiteral", + "offset": 4731, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayerView.swift", + "kind": "FloatLiteral", + "offset": 6039, + "length": 3, + "value": "2.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 27, + "value": "\"https:\/\/api.giphy.com\/v1\/\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "StringLiteral", + "offset": 651, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHRequestConfig.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackClient.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbacksClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 718, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackUser.swift", + "kind": "StringLiteral", + "offset": 758, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 494, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 585, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 629, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "IntegerLiteral", + "offset": 675, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1202, + "length": 14, + "value": "\"Search GIPHY\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1583, + "length": 15, + "value": "\"SEARCH_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 1758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 1840, + "length": 13, + "value": "\"BACK_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "BooleanLiteral", + "offset": 2135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSearchBar.swift", + "kind": "StringLiteral", + "offset": 2357, + "length": 12, + "value": "\"TEXT_FIELD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 5, + "value": "\"url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 11, + "value": "\"still_url\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 6, + "value": "\"webp\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 11, + "value": "\"webp_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 794, + "length": 5, + "value": "\"mp4\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 10, + "value": "\"mp4_size\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 865, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImage.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "FloatLiteral", + "offset": 1255, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 1973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHWrapperViewController.swift", + "kind": "BooleanLiteral", + "offset": 2191, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1795, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 1837, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 2805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3076, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3180, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "Dictionary", + "offset": 3242, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "FloatLiteral", + "offset": 3748, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 4538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyGridController.swift", + "kind": "BooleanLiteral", + "offset": 5049, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 12, + "value": "\"HeaderCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1139, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHeaderCell.swift", + "kind": "BooleanLiteral", + "offset": 1316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6868, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 6896, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13427, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13443, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19818, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19830, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 19835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 19842, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20358, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20370, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20897, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20909, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "BooleanLiteral", + "offset": 20914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHClipsIcons.swift", + "kind": "IntegerLiteral", + "offset": 20921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 21, + "value": "\"X-GIPHY-SDK-VERSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 18, + "value": "\"X-GIPHY-SDK-NAME\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 22, + "value": "\"X-GIPHY-SDK-PLATFORM\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 29, + "value": "\"X-GIPHY-UI-SDK-IS-EXTENSION\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 427, + "length": 23, + "value": "\"X-GIPHY-UI-SDK-LAYOUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 7, + "value": "\"UISDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 505, + "length": 7, + "value": "\"RNSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 977, + "length": 6, + "value": "\"TRUE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 986, + "length": 7, + "value": "\"False\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 1294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "Dictionary", + "offset": 1368, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "IntegerLiteral", + "offset": 3428, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 3657, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 5328, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 5884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 6856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 7667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 10648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "FloatLiteral", + "offset": 10679, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "StringLiteral", + "offset": 10975, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 12147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphySearchController.swift", + "kind": "BooleanLiteral", + "offset": 22358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 404, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 730, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GiphyClipsViewController.swift", + "kind": "FloatLiteral", + "offset": 938, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 5, + "value": "\"36h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 5, + "value": "\"80h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/AvatarRendition.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 6, + "value": "\"200h\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1132, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 1946, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2001, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2057, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2104, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2158, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 2193, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2448, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 2596, + "length": 16, + "value": "\"GiphyMediaCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 2768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3148, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3239, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3272, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "StringLiteral", + "offset": 3473, + "length": 13, + "value": "\"More by You\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3572, + "length": 4, + "value": "12.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3700, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3717, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "IntegerLiteral", + "offset": 3776, + "length": 2, + "value": "88" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3791, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "FloatLiteral", + "offset": 3831, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaCell.swift", + "kind": "BooleanLiteral", + "offset": 3865, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Codable+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 215, + "length": 4, + "value": "18.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 3, + "value": "3.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 304, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 654, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "BooleanLiteral", + "offset": 754, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 824, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHHandleBar.swift", + "kind": "FloatLiteral", + "offset": 849, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "FloatLiteral", + "offset": 722, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 28, + "value": "\"analytics_response_payload\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1419, + "length": 13, + "value": "\"action_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1458, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1492, + "length": 8, + "value": "\"gif_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1565, + "length": 9, + "value": "\"user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1605, + "length": 19, + "value": "\"logged_in_user_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAnalyticsEvent.swift", + "kind": "StringLiteral", + "offset": 1649, + "length": 11, + "value": "\"random_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 257, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 311, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 329, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 23, + "value": "\"kGPHClipsCaptionState\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1567, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1599, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 1699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHVideoPlayer.swift", + "kind": "BooleanLiteral", + "offset": 3459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 14, + "value": "\"GiphyUISDK.GPHHeaderModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 17, + "value": "\"GiphyUISDK.GPHNoResultsModel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "IntegerLiteral", + "offset": 959, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 15, + "value": "\"No GIFs found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 19, + "value": "\"No stickers found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 15, + "value": "\"No text found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1289, + "length": 16, + "value": "\"No clips found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 15, + "value": "\"NoResultsCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "StringLiteral", + "offset": 1661, + "length": 15, + "value": "\"No GIFs Found\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHHeaderModel.swift", + "kind": "BooleanLiteral", + "offset": 1861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "Array", + "offset": 579, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 707, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1554, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1568, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1619, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 1663, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2303, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "IntegerLiteral", + "offset": 2316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/GPHSuggestionController.swift", + "kind": "FloatLiteral", + "offset": 2326, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 8, + "value": "\"2.3.23\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "BooleanLiteral", + "offset": 1075, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyCore.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 9, + "value": "\"CoreSDK\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAbstractClient.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 26, + "value": "\"GiphyUISDK.GPHPingbacksAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 2753, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4573, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 4716, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 6080, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 7516, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9514, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 9591, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 10993, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 12138, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13193, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 13997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14063, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 14149, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "IntegerLiteral", + "offset": 15323, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHClient.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 9, + "value": "\"GiphyUISDK.GPHClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 450, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1328, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHSettings.swift", + "kind": "IntegerLiteral", + "offset": 1357, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "IntegerLiteral", + "offset": 847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 878, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "FloatLiteral", + "offset": 916, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 14, + "value": "\"GiphyUISDK.GPHCoreRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 7970, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8017, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8063, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8109, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8163, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHCoreRequest.swift", + "kind": "StringLiteral", + "offset": 8214, + "length": 8, + "value": "\"UPLOAD\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 369, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "FloatLiteral", + "offset": 415, + "length": 4, + "value": "62.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 767, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1423, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1484, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1499, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "IntegerLiteral", + "offset": 1560, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 1782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHMediaView.swift", + "kind": "BooleanLiteral", + "offset": 4096, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 346, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 358, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4838, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 4850, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9471, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 9483, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15765, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15777, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 15782, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 15789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16302, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16314, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16319, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16326, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16839, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16851, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "BooleanLiteral", + "offset": 16856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/GPHSoundIcons.swift", + "kind": "IntegerLiteral", + "offset": 16863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"GPHTextSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 1557, + "length": 26, + "value": "\"GPHChannelSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 23, + "value": "\"GPHTermSuggestionCell\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "IntegerLiteral", + "offset": 2530, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2578, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "FloatLiteral", + "offset": 2616, + "length": 4, + "value": "42.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3183, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHSuggestionCell.swift", + "kind": "BooleanLiteral", + "offset": 3481, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 6, + "value": "\"360p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 6, + "value": "\"480p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"720p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 7, + "value": "\"1080p\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 4, + "value": "\"4k\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideoAssets.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 472, + "length": 17, + "value": "\"kRecentlyPicked\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "IntegerLiteral", + "offset": 1677, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHRecents.swift", + "kind": "StringLiteral", + "offset": 1868, + "length": 25, + "value": "\"kRecentlyPickedSearches\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 5, + "value": "\"n\/a\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "BooleanLiteral", + "offset": 843, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 4115, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyTracking.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 18, + "value": "\"GiphyUISDK.GPHTrackingManager\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1629, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHUserInfoView.swift", + "kind": "BooleanLiteral", + "offset": 1760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHVideo.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 14, + "value": "\"display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 20, + "value": "\"short_display_name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 14, + "value": "\"content_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 13, + "value": "\"description\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 14, + "value": "\"banner_image\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 14, + "value": "\"featured_gif\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 958, + "length": 11, + "value": "\"ancestors\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 14, + "value": "\"has_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 14, + "value": "\"num_children\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 9, + "value": "\"is_live\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"is_visible\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 12, + "value": "\"is_private\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1279, + "length": 4, + "value": "3143" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 1359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "BooleanLiteral", + "offset": 2240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHChannel.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 10, + "value": "\"GiphyUISDK.GPHChannel\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 384, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHCache.swift", + "kind": "IntegerLiteral", + "offset": 434, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1236, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1250, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1268, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHActionTypes.swift", + "kind": "IntegerLiteral", + "offset": 1283, + "length": 9, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 696, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 1885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 2277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2366, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 2511, + "length": 4, + "value": "46.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4580, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 4847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 4888, + "length": 4, + "value": "0.65" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5046, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5636, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "BooleanLiteral", + "offset": 5672, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5754, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View Controller\/DeepPressVideoViewController.swift", + "kind": "FloatLiteral", + "offset": 5847, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 334, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 376, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 425, + "length": 5, + "value": "20.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 472, + "length": 4, + "value": "1.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 528, + "length": 4, + "value": "0.75" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 678, + "length": 5, + "value": "0.455" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 685, + "length": 4, + "value": "0.03" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 691, + "length": 5, + "value": "0.515" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "FloatLiteral", + "offset": 698, + "length": 5, + "value": "0.955" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 835, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 12, + "value": "\"position.y\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 1684, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHLoadingAnimationView.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 23, + "value": "\"GiphyUISDK.GPHLoadingAnimationView\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 24, + "value": "\"audioMutedStateChanged\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 14, + "value": "\"outputVolume\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/AudioManager.swift", + "kind": "IntegerLiteral", + "offset": 685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 282, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 330, + "length": 18, + "value": "\"GiphyUISDK.GPHContentResponse\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "StringLiteral", + "offset": 2487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2561, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 2599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContent.swift", + "kind": "BooleanLiteral", + "offset": 7439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 228, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 241, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 4, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHContentType.swift", + "kind": "IntegerLiteral", + "offset": 285, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "IntegerLiteral", + "offset": 865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "BooleanLiteral", + "offset": 1120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAbstractClient.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 17, + "value": "\"GiphyUISDK.GPHAbstractClient\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 16, + "value": "\"original_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 9, + "value": "\"preview\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 9, + "value": "\"looping\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 14, + "value": "\"fixed_height\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 20, + "value": "\"fixed_height_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 26, + "value": "\"fixed_height_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 20, + "value": "\"fixed_height_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 26, + "value": "\"fixed_height_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1013, + "length": 13, + "value": "\"fixed_width\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1059, + "length": 19, + "value": "\"fixed_width_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 25, + "value": "\"fixed_width_downsampled\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1175, + "length": 19, + "value": "\"fixed_width_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 25, + "value": "\"fixed_width_small_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 11, + "value": "\"downsized\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 17, + "value": "\"downsized_small\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 18, + "value": "\"downsized_medium\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1427, + "length": 17, + "value": "\"downsized_large\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1476, + "length": 17, + "value": "\"downsized_still\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 1664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHImages.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 9, + "value": "\"GiphyUISDK.GPHImages\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"isEmojiKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 302, + "length": 23, + "value": "\"pingbacksEventTypeKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 24, + "value": "\"pingbacksAttributesKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 428, + "length": 24, + "value": "\"pingbacksResponseIdKey\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/Constants.swift", + "kind": "StringLiteral", + "offset": 490, + "length": 13, + "value": "\"layout_type\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "Array", + "offset": 457, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 8, + "value": "\"events\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHSession.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 12, + "value": "\"session_id\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5267, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 10269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22251, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 22263, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29257, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34245, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 34257, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41198, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41208, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 41220, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48225, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 48237, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53488, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53500, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 53505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 53512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54011, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54023, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54534, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 54551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 54558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55057, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55069, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55580, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55592, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 55597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 55604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56103, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56115, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56120, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56127, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56626, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56638, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 56643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 56650, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57149, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57161, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57166, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57672, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57684, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 57689, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57696, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57964, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57970, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57980, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 57992, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63837, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63849, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 63854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 63861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65855, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 65867, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70226, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70238, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 70243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70530, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70536, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70546, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 70558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79953, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 79965, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85765, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 85777, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91524, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 91536, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98132, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98142, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 98154, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101922, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 101934, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107224, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 107236, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114600, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 114612, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118096, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 118108, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121248, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 121260, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126158, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 126171, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137441, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 137453, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142273, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142283, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 142295, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148897, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148903, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148913, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 148925, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152362, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 152374, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156233, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156243, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 156255, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160781, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 160793, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162673, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 162685, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165863, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 165875, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169091, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169107, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 169119, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172315, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172327, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172850, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172862, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 172867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 172874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173406, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173945, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173957, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 173962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 173969, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174488, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174500, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 174505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 174512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175030, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175042, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175054, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175595, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 175600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 175607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176137, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176683, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176695, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 176700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 176707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177232, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177244, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177785, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177797, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 177802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 177809, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178329, + "length": 3, + "value": "123" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178342, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178347, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178872, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178884, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 178889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 178896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179417, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179429, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179953, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179965, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 179970, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 179977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180486, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180498, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 180503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 180510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181033, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181045, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181057, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181578, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181590, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 181595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 181602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182111, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182128, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182647, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182659, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 182664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 182671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183182, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183194, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 183199, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183566, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 183578, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192021, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 192038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192342, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192352, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 192364, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198236, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198248, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "BooleanLiteral", + "offset": 198253, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons.swift", + "kind": "IntegerLiteral", + "offset": 198260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/DebugLogger.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 39, + "value": "\"GiphyUISDK.GPHPingbackAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 786, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2162, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2271, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2343, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2415, + "length": 16, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2651, + "length": 22, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2744, + "length": 16, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2827, + "length": 21, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2912, + "length": 10, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 2982, + "length": 15, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3129, + "length": 21, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3220, + "length": 15, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3301, + "length": 20, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3365, + "length": 9, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 14, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3478, + "length": 15, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3537, + "length": 14, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 3610, + "length": 14, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6786, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6881, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6926, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 6967, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7009, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7049, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7092, + "length": 10, + "value": "8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7137, + "length": 6, + "value": "9" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7179, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 8, + "value": "11" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7281, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7349, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7403, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7445, + "length": 6, + "value": "15" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7486, + "length": 6, + "value": "16" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7526, + "length": 5, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7568, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7614, + "length": 9, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7659, + "length": 7, + "value": "20" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7700, + "length": 5, + "value": "21" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7739, + "length": 5, + "value": "22" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7780, + "length": 7, + "value": "23" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7822, + "length": 6, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7862, + "length": 5, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 8, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7948, + "length": 7, + "value": "27" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 6, + "value": "28" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 5, + "value": "29" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8073, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 8120, + "length": 9, + "value": "31" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11757, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11795, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11837, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11877, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11924, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTypes.swift", + "kind": "IntegerLiteral", + "offset": 11959, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHPingbackRequest.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"GiphyUISDK.GPHPingbackRequest\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 271, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "FloatLiteral", + "offset": 314, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Modal\/GPHModalTransitionAnimator.swift", + "kind": "BooleanLiteral", + "offset": 512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 367, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "FloatLiteral", + "offset": 493, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/PingbackCollector.swift", + "kind": "StringLiteral", + "offset": 534, + "length": 30, + "value": "\"com.giphy.pingback-collector\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHAsyncOperation.swift", + "kind": "StringLiteral", + "offset": 2380, + "length": 31, + "value": "\"GiphyUISDK.GPHAsyncOperationWithCompletion\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 268, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 338, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 463, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 497, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 532, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 567, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 599, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "FloatLiteral", + "offset": 638, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 8, + "value": "0xFFFFFF" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 1042, + "length": 8, + "value": "0xD8D8D8" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/EmojiDrawerBackground.swift", + "kind": "IntegerLiteral", + "offset": 3645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 799, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1604, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "FloatLiteral", + "offset": 1649, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 1875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "Array", + "offset": 2470, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 2773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3022, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3169, + "length": 17, + "value": "\"GIF_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3514, + "length": 21, + "value": "\"STICKER_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 3710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 3858, + "length": 19, + "value": "\"VIDEO_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4051, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4160, + "length": 18, + "value": "\"TEXT_TYPE_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4529, + "length": 14, + "value": "\"EMOJI_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4569, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "StringLiteral", + "offset": 4898, + "length": 16, + "value": "\"RECENTS_BUTTON\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 4940, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/View\/GPHTabBar.swift", + "kind": "BooleanLiteral", + "offset": 6818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 871, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 2387, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "FloatLiteral", + "offset": 3014, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHWaterfallLayout.swift", + "kind": "IntegerLiteral", + "offset": 5738, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GiphyPingbacks.swift", + "kind": "BooleanLiteral", + "offset": 463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/ToggleButton.swift", + "kind": "BooleanLiteral", + "offset": 1805, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 332, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11590, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 11602, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22848, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 22860, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38505, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 38517, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54133, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 54145, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69575, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 69587, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83258, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83274, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 83286, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96966, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96976, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 96988, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110792, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110798, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110808, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 110820, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126282, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126298, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 126310, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 141612, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156919, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156929, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 156941, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171717, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 171729, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186422, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186432, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 186444, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201324, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201334, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 201346, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212592, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 212604, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223850, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 223862, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235385, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235397, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235409, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235924, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235936, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 235941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 235948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236465, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236477, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 236482, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 236489, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237006, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237018, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237030, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237546, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237558, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 237563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 237570, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238086, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238098, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238110, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238627, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238639, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 238644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 238651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239167, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239179, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239704, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239716, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 239721, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 239728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240240, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240252, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240264, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240777, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240789, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 240794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 240801, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241313, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241325, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241848, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241860, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 241865, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 241872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242382, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242394, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242918, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242930, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 242935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 242942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243458, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243470, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 243475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 243999, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244011, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "BooleanLiteral", + "offset": 244016, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/GiphyUISDK\/Utils\/GPHIcons+Extension.swift", + "kind": "IntegerLiteral", + "offset": 244023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 580, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"user_dictionary\"" + }, + { + "filePath": "\/Users\/christophermaier\/Documents\/GitHub\/giphy-ios-sdk-ui\/giphy-ios-sdk-core\/Sources\/GPHTermSuggestion.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface similarity index 96% rename from GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface rename to GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 895bf5b..51ca1da 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) @available(iOS 3.0, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 48664b6..59a2661 100644 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 895bf5b..51ca1da 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GiphyUISDK +// swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation import AVKit import CommonCrypto @@ -10,6 +11,7 @@ import Swift import SystemConfiguration import UIKit import _Concurrency +import _StringProcessing @objc public enum GPHThemeType : Swift.Int { case dark case light @@ -61,13 +63,13 @@ import _Concurrency @objc open var selectButtonTextColor: UIKit.UIColor { @objc get } - @objc open var searchBarPadding: CoreGraphics.CGFloat { + @objc open var searchBarPadding: CoreFoundation.CGFloat { @objc get } - @objc open var searchBarCornerRadius: CoreGraphics.CGFloat { + @objc open var searchBarCornerRadius: CoreFoundation.CGFloat { @objc get } - @objc open var cellCornerRadius: CoreGraphics.CGFloat { + @objc open var cellCornerRadius: CoreFoundation.CGFloat { @objc get } @objc open var textFieldFont: UIKit.UIFont? { @@ -106,7 +108,7 @@ import _Concurrency @objc open var tabBarSwitchSelectedColor: UIKit.UIColor { @objc get } - @objc open var tabBarBackgroundAlpha: CoreGraphics.CGFloat { + @objc open var tabBarBackgroundAlpha: CoreFoundation.CGFloat { @objc get } @objc open var stickerBackgroundColor: UIKit.UIColor { @@ -152,7 +154,7 @@ extension GiphyUISDK.GPHVideoPlayerView : GiphyUISDK.GPHVideoPlayerStateListener } extension GiphyUISDK.GPHMedia { @objc dynamic public func url(rendition: GiphyUISDK.GPHRenditionType, fileType: GiphyUISDK.GPHFileExtension) -> Swift.String? - @objc dynamic public var aspectRatio: CoreGraphics.CGFloat { + @objc dynamic public var aspectRatio: CoreFoundation.CGFloat { @objc get } } @@ -350,7 +352,7 @@ extension GiphyUISDK.GPHMappable { } extension UIKit.UIColor { convenience public init(hex: Swift.UInt) - public var rgba: (r: CoreGraphics.CGFloat, g: CoreGraphics.CGFloat, b: CoreGraphics.CGFloat, a: CoreGraphics.CGFloat) { + public var rgba: (r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat) { get } public func toHexString() -> Swift.String? @@ -571,12 +573,12 @@ extension GiphyUISDK.GPHCategory : GiphyUISDK.GPHMappable { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHTextField : UIKit.UITextField { @_Concurrency.MainActor(unsafe) @objc override dynamic public var next: UIKit.UIResponder? { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreGraphics.CGRect) -> CoreGraphics.CGRect - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func textRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public func editingRect(forBounds bounds: CoreFoundation.CGRect) -> CoreFoundation.CGRect + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -686,15 +688,15 @@ public typealias GPHFilterBlock = (_ obj: GiphyUISDK.GPHFilterable) -> Swift.Boo @objc deinit } extension GiphyUISDK.GiphyViewController { - @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreGraphics.CGFloat - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @objc @_Concurrency.MainActor(unsafe) public static var trayHeightMultiplier: CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHClipsViewController : GiphyUISDK.GPHWrapperViewController { @_Concurrency.MainActor(unsafe) convenience public init(media: GiphyUISDK.GPHMedia) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyViewController : GiphyUISDK.GPHWrapperViewController { @@ -769,7 +771,7 @@ extension GiphyUISDK.GiphyViewController { } @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) @@ -793,9 +795,9 @@ extension GiphyUISDK.GiphyViewController { } @objc @_Concurrency.MainActor(unsafe) public var maxLoopsBeforeMute: Swift.Int @_Concurrency.MainActor(unsafe) @objc override public static var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) public func preloadFirstFrame(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc @_Concurrency.MainActor(unsafe) public func prepare(media: GiphyUISDK.GPHMedia, videoPlayer: GiphyUISDK.GPHVideoPlayer) @objc deinit @@ -847,7 +849,7 @@ public protocol GPHSearchBarDelegate : AnyObject { @_Concurrency.MainActor(unsafe) public func beginEditing() @_Concurrency.MainActor(unsafe) public func endEditing() @_Concurrency.MainActor(unsafe) public func setText(_ text: Swift.String) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -912,8 +914,8 @@ extension GiphyUISDK.GPHImage { } } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWrapperViewController : UIKit.UIViewController { - @objc convenience dynamic public init() - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() + @_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 aDecoder: Foundation.NSCoder) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc deinit @@ -922,12 +924,12 @@ extension GiphyUISDK.GPHImage { @objc func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @objc func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @objc func didSelectMoreByYou(query: Swift.String) - @objc func didScroll(offset: CoreGraphics.CGFloat) + @objc func didScroll(offset: CoreFoundation.CGFloat) @objc optional func errorDidOccur(_ error: Swift.Error) @objc optional func syntheticErrorDidOccur() } extension GiphyUISDK.GPHGridDelegate { - public func didScroll(offset: CoreGraphics.CGFloat) + public func didScroll(offset: CoreFoundation.CGFloat) } @objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) public class GiphyGridController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) weak public var delegate: GiphyUISDK.GPHGridDelegate? @@ -944,7 +946,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc set } @objc @_Concurrency.MainActor(unsafe) public var content: GiphyUISDK.GPHContent - @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) public var cellPadding: CoreFoundation.CGFloat { @objc get @objc set } @@ -959,7 +961,7 @@ extension GiphyUISDK.GPHGridDelegate { } @objc @_Concurrency.MainActor(unsafe) public var imageFileExtensionForDynamicAssets: GiphyUISDK.GPHFileExtension @objc @_Concurrency.MainActor(unsafe) public func setAPIKey(_ apiKey: Swift.String, verificationMode: Swift.Bool = false, metadata: [Swift.String : Swift.String] = [:]) - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() @objc @_Concurrency.MainActor(unsafe) public var renditionType: GiphyUISDK.GPHRenditionType @@ -968,7 +970,7 @@ extension GiphyUISDK.GPHGridDelegate { @objc @_Concurrency.MainActor(unsafe) public func update() @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreGraphics.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator) @_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 @@ -979,14 +981,14 @@ extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDataSource { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHWaterfallLayoutDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @_Concurrency.MainActor(unsafe) @objc dynamic public func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } extension GiphyUISDK.GiphyGridController : UIKit.UICollectionViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath) @available(iOS 13.0, *) - @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreGraphics.CGPoint) -> UIKit.UIContextMenuConfiguration? + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, contextMenuConfigurationForItemAt indexPath: Foundation.IndexPath, point: CoreFoundation.CGPoint) -> UIKit.UIContextMenuConfiguration? } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHTrackingDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func mediaForIndexPath(_ item: Foundation.IndexPath) -> GiphyUISDK.GPHMedia? @@ -1064,25 +1066,18 @@ extension GiphyUISDK.GiphySearchController : GiphyUISDK.GPHGridDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func syntheticErrorDidOccur() @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) - @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHTextLoadingView : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc deinit } @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class GPHMediaCell : UIKit.UICollectionViewCell { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForReuse() @objc deinit } -extension GiphyUISDK.GPHMediaCell : UIKit.UIGestureRecognizerDelegate { - @_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool -} @propertyWrapper public struct CodableBool { public init() public var wrappedValue: Swift.Bool @@ -1306,9 +1301,9 @@ public enum GradientDirection { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GradientView : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1375,13 +1370,13 @@ public enum GPHRequestRouter { @objc get @objc set } - @objc convenience dynamic public init() + @_Concurrency.MainActor(unsafe) @objc convenience dynamic public init() @objc @_Concurrency.MainActor(unsafe) public func loadAsset(at url: Swift.String, queueOriginalRendition: Swift.Bool = false) @objc @_Concurrency.MainActor(unsafe) public func cancelLoading() @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) @available(iOS 3.0, *) @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @@ -1840,7 +1835,7 @@ extension GiphyUISDK.GPHImages { required public init(from decoder: Swift.Decoder) throws } extension GiphyUISDK.GiphyGridController : GiphyUISDK.GPHGridDelegate { - @objc @_Concurrency.MainActor(unsafe) dynamic public func didScroll(offset: CoreGraphics.CGFloat) + @_Concurrency.MainActor(unsafe) @objc dynamic public func didScroll(offset: CoreFoundation.CGFloat) @_Concurrency.MainActor(unsafe) @objc dynamic public func contentDidUpdate(resultCount: Swift.Int, error: Swift.Error?) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMedia(media: GiphyUISDK.GPHMedia, cell: UIKit.UICollectionViewCell) @_Concurrency.MainActor(unsafe) @objc dynamic public func didSelectMoreByYou(query: Swift.String) @@ -1880,13 +1875,13 @@ extension UIKit.UIView { @_Concurrency.MainActor(unsafe) public var safeWidthAnchor: UIKit.NSLayoutDimension { get } - @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeBottomInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeLeftInset: CoreFoundation.CGFloat { get } - @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var safeRightInset: CoreFoundation.CGFloat { get } } @@ -2052,7 +2047,7 @@ extension GiphyUISDK.GPHAsyncOperation { @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EmojiDrawerBackground : UIKit.UIView { @_Concurrency.MainActor(unsafe) public func setup(emojisWidth: Swift.Double? = nil, emojisHeight: Swift.Double, anchorTranslationX: Swift.Double, anchorWidth: Swift.Double, anchorHeight: Swift.Double, cornerRadius: Swift.Double, marginTop: Swift.Double = 0, marginHorizontal: Swift.Double = 0, gradientColorTop: UIKit.UIColor = UIColor(hex: 0xFFFFFF), gradientColorBottom: UIKit.UIColor = UIColor(hex: 0xD8D8D8)) @_Concurrency.MainActor(unsafe) @objc override dynamic open class var layerClass: Swift.AnyClass { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesCancelled(_ touches: Swift.Set, with event: UIKit.UIEvent?) @@ -2103,14 +2098,14 @@ public protocol GPHTabBarDelegate : AnyObject { @objc deinit } @objc public protocol GPHWaterfallLayoutDelegate { - @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreGraphics.CGSize + @objc func collectionView(_ collectionView: UIKit.UICollectionView, sizeForSectionItem indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize @objc func numberOfColumns(forItemAt index: Swift.Int) -> Swift.Int @objc func scrollDirection() -> UIKit.UICollectionView.ScrollDirection } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class GPHWaterfallLayoutAttributes : UIKit.UICollectionViewLayoutAttributes { @_Concurrency.MainActor(unsafe) @objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() @objc deinit } @objc @_inheritsConvenienceInitializers @objcMembers public class GPHChannelTag : GiphyUISDK.GPHFilterable, Swift.Codable { diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index 48664b6..0000000 Binary files a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/module.modulemap b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/module.modulemap index 84678bf..434de34 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/module.modulemap +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/Modules/module.modulemap @@ -6,6 +6,6 @@ framework module GiphyUISDK { } module GiphyUISDK.Swift { - header "GiphyUISDK-Swift.h" - requires objc + header "GiphyUISDK-Swift.h" + requires objc } diff --git a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/_CodeSignature/CodeResources b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/_CodeSignature/CodeResources index 37d60b4..3703c6c 100644 --- a/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/_CodeSignature/CodeResources +++ b/GiphyUISDK.xcframework/ios-arm64_x86_64-simulator/GiphyUISDK.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/GiphyUISDK-Swift.h - icCJpCqF4oZt0sBerrhrvwoXfA8= + p2qhdwVMYJIJ3kS55r+wqrLrTIs= Headers/GiphyUISDK.h @@ -34,59 +34,51 @@ Info.plist - +G2V/1GVWFrNCuxH+3a2bFDY9ic= + tBaz6VNzm5fxX8So54lViiXXO7U= + + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.abi.json + + hnKxHX4azaUUEbLQVnTXW1GyO8o= + + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + q0AyMjfNB5R6pareHfULc9J8O2A= Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - MfcM6DWSHETIAFxIWFY3Av/sJIU= + XuUxEAW4v3H7IT1LKzxZPMFFDp4= Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - YgV5iHqYiDyraCyxh4S0diU+S0Y= + q0AyMjfNB5R6pareHfULc9J8O2A= Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - H6pNiPBdXBEPe6DfVEfkn0PouBU= + uOXMqvPLoqduVOcJUzpJBUQpl1I= - Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - MfcM6DWSHETIAFxIWFY3Av/sJIU= + hnKxHX4azaUUEbLQVnTXW1GyO8o= - Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - YgV5iHqYiDyraCyxh4S0diU+S0Y= - - Modules/GiphyUISDK.swiftmodule/arm64.swiftmodule - - H6pNiPBdXBEPe6DfVEfkn0PouBU= + I21dqG+pGtapdg9WED6s9G8Kjsk= Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - G9TqGDPHbF+r8ZH59+G4WRjghjw= + N8MOUBqxfV5MPNpEEffb8gp2gr8= Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - 3hN7f2qS28zXggfaOHU5Ql9aZus= + I21dqG+pGtapdg9WED6s9G8Kjsk= Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - h8/zNTP/fV3pRLrNH8Ton1y5SMs= - - Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc - - G9TqGDPHbF+r8ZH59+G4WRjghjw= - - Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface - - 3hN7f2qS28zXggfaOHU5Ql9aZus= - - Modules/GiphyUISDK.swiftmodule/x86_64.swiftmodule - - h8/zNTP/fV3pRLrNH8Ton1y5SMs= + PAXh/hzTIzU+oc9AY7THCg0w6cw= Modules/module.modulemap - +DyGV68uy3Swobw5aLGktV96Vu8= + C9vZu6QAV6TPyRIMx5d806yUeAA= files2 @@ -95,7 +87,7 @@ hash2 - MQhriJYGQf2QYdU5HE5HFE2OzqxwSWEeITNCBfqwoZM= + M5IxKBjOidddlXsuYp3t3jX67z74HbFdiFHBHwZo1Lc= Headers/GiphyUISDK.h @@ -140,95 +132,81 @@ 8aKVNNU2vLLGqcF0ZjzBtviBX4bRjjeHUpyN/AH5uPo= - Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - hash2 - - Xdr2ANGJIe3ppMwJDuyx9BslYhrgKIoGM9ofQx+Ldb0= - - - Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.abi.json hash2 - xw2kSlscQ9rD+k8YcscHcWq2AHESeC7uWb+FWTrSRyc= + o7iE3StcdFAHXfKAbIsjdU0jYYPTcOlEVRjqp6ikis4= - Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - gWDqtBXB56cnsm0c8BmnYGUr/xlaurxE/moF/E6yXfM= + lEreUXh/xL/zb49kGT6IRmBkCVDMKF7IStpTRiaywqE= - Modules/GiphyUISDK.swiftmodule/arm64.swiftdoc - - hash2 - - Xdr2ANGJIe3ppMwJDuyx9BslYhrgKIoGM9ofQx+Ldb0= - - - Modules/GiphyUISDK.swiftmodule/arm64.swiftinterface + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - xw2kSlscQ9rD+k8YcscHcWq2AHESeC7uWb+FWTrSRyc= + Q3+L+1v149JHa2VUMr7BtxHgq4OKPAoIyTGHF7C1+mg= - Modules/GiphyUISDK.swiftmodule/arm64.swiftmodule + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - gWDqtBXB56cnsm0c8BmnYGUr/xlaurxE/moF/E6yXfM= + lEreUXh/xL/zb49kGT6IRmBkCVDMKF7IStpTRiaywqE= - Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + Modules/GiphyUISDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - namHOOEBO3YOJPvzMiHWsLs1jHHpQwIkDzfxa3/UW+k= + uWBbJxjZ3U1+E++158/pYmm1AZ6gmKpvMHqNl/DwKso= - Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - pfKzfOhNx5J8zGiLFq+PqUbi1sGq9gCTcHYOanSERvU= + o7iE3StcdFAHXfKAbIsjdU0jYYPTcOlEVRjqp6ikis4= - Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - GmDeq4R5TMhEUpdxhPqAfjm+jksu33fTndUNVLgJ1F8= + XxXfqoFrn342OZQBZPsZ9FPR6qPFmJOhrxBcArlt/O8= - Modules/GiphyUISDK.swiftmodule/x86_64.swiftdoc + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - namHOOEBO3YOJPvzMiHWsLs1jHHpQwIkDzfxa3/UW+k= + 663PYr4i7E1mscDVSPjDUELOFAryiSwrNfZb7B71+DQ= - Modules/GiphyUISDK.swiftmodule/x86_64.swiftinterface + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - pfKzfOhNx5J8zGiLFq+PqUbi1sGq9gCTcHYOanSERvU= + XxXfqoFrn342OZQBZPsZ9FPR6qPFmJOhrxBcArlt/O8= - Modules/GiphyUISDK.swiftmodule/x86_64.swiftmodule + Modules/GiphyUISDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - GmDeq4R5TMhEUpdxhPqAfjm+jksu33fTndUNVLgJ1F8= + loGc+yW8rX5OfaqP8cHHewFz4sgfLxAXcV3RwBPAO74= Modules/module.modulemap hash2 - vysnd5Uw6CHSXgTg6TQUmTxo+QliIomjk/7NC5h3BBU= + eqAAIkM894On+N5vaegwymHyByBGOJmL1wDcXjuHSXk= diff --git a/Objective-C/Podfile b/Objective-C/Podfile index 2f1b4c0..5ec2ab8 100644 --- a/Objective-C/Podfile +++ b/Objective-C/Podfile @@ -1,5 +1,5 @@ use_frameworks! target "ExampleObjectiveC" do -pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec' +pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec' end diff --git a/Objective-C/Podfile.lock b/Objective-C/Podfile.lock index 73ea142..5517a3b 100644 --- a/Objective-C/Podfile.lock +++ b/Objective-C/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - Giphy (2.2.0): + - Giphy (2.2.1): - libwebp - libwebp (1.2.3): - libwebp/demux (= 1.2.3) @@ -12,7 +12,7 @@ PODS: - libwebp/webp (1.2.3) DEPENDENCIES: - - Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec`) + - Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec`) SPEC REPOS: trunk: @@ -20,12 +20,12 @@ SPEC REPOS: EXTERNAL SOURCES: Giphy: - :podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec + :podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec SPEC CHECKSUMS: - Giphy: bbd46655281f9850dc43725a2bc82c0d1fca8bf1 + Giphy: cdfd21712d85750188dd7c9ae782d2641766f4a5 libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c -PODFILE CHECKSUM: 56a0109ba727bd515a2a5022cb8b1c11f1451581 +PODFILE CHECKSUM: 682790b5d0c3b983cdc99a74c5a5de9ef76f90a0 COCOAPODS: 1.11.2 diff --git a/Swift/Podfile b/Swift/Podfile index bbef5ef..ca4f616 100644 --- a/Swift/Podfile +++ b/Swift/Podfile @@ -2,6 +2,6 @@ use_frameworks! target "Example" do -pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec' +pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec' end diff --git a/Swift/Podfile.lock b/Swift/Podfile.lock index 5984d81..66b5ae8 100644 --- a/Swift/Podfile.lock +++ b/Swift/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - Giphy (2.2.0): + - Giphy (2.2.1): - libwebp - libwebp (1.2.3): - libwebp/demux (= 1.2.3) @@ -12,7 +12,7 @@ PODS: - libwebp/webp (1.2.3) DEPENDENCIES: - - Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec`) + - Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec`) SPEC REPOS: trunk: @@ -20,12 +20,12 @@ SPEC REPOS: EXTERNAL SOURCES: Giphy: - :podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.0/Giphy.podspec + :podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.2.1/Giphy.podspec SPEC CHECKSUMS: - Giphy: bbd46655281f9850dc43725a2bc82c0d1fca8bf1 + Giphy: cdfd21712d85750188dd7c9ae782d2641766f4a5 libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c -PODFILE CHECKSUM: 0709d8633e989a45f2b9bc895329b39dcaceeae3 +PODFILE CHECKSUM: 093fca45fc0929c1f798d835930ed88dfa87e5cd COCOAPODS: 1.11.2